Skip to content

Commit

Permalink
chore: bump to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Danieroner committed Apr 10, 2024
1 parent d4216b4 commit e1deeba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tinify-rs"
version = "1.3.0"
version = "1.4.0"
edition = "2021"
description = "A Rust client for the Tinify API"
authors = ["The tinify-rs Developers"]
Expand All @@ -18,6 +18,7 @@ tokio = { version = "1", features = ["full"], optional = true}
serde = { version = "1.0.149", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.89", default-features = false, features = ["alloc"] }
serde_derive = "1.0.149"
url = "2.5.0"

[dev-dependencies]
dotenv = "0.15.0"
Expand Down

0 comments on commit e1deeba

Please sign in to comment.