Skip to content

Commit

Permalink
change logo url
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelAlloy committed Sep 15, 2024
1 parent 5de4ded commit 1820011
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "thumbor"
description = "A Rust client for the Thumbor image service"
version = "0.1.1"
version = "0.1.2"
repository = "https://github.com/SteelAlloy/thumbor-rs"
documentation = "https://docs.rs/thumbor"
readme = "README.md"
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<center>
<div align="center">
<img src="assets/doc/logo.svg" width="256">
<h1>Rust <a href="https://www.thumbor.org/">Thumbor</a> client</h1>
</center>

#
</div>

[![Latest Version](https://img.shields.io/crates/v/thumbor.svg)](https://crates.io/crates/thumbor)
[![Rust Documentation](https://docs.rs/thumbor/badge.svg)](https://docs.rs/thumbor)
Expand Down
8 changes: 0 additions & 8 deletions build.rs

This file was deleted.

4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#![deny(clippy::unwrap_used)]
#![doc(html_logo_url = "/logo.svg")]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/SteelAlloy/thumbor-rs/main/assets/doc/logo.svg"
)]

pub mod error;
pub mod geometry;
Expand Down

0 comments on commit 1820011

Please sign in to comment.