Skip to content

Commit

Permalink
Bump version in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed Sep 24, 2023
1 parent 973b3fc commit d74b47a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions yen-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yen-rs"
version = "0.1.0"
version = "0.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -18,7 +18,11 @@ miette = { version = "5.10.0", features = ["fancy"] }
uname = "0.1.1"
tokio = { version = "1.32.0", features = ["rt-multi-thread"] }
regex = "1.9.5"
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "json", "stream"] }
reqwest = { version = "0.11.20", default-features = false, features = [
"rustls-tls",
"json",
"stream",
] }
serde_json = "1.0.107"
serde = { version = "1.0.188", features = ["derive"] }
futures-util = "0.3.28"
Expand Down

0 comments on commit d74b47a

Please sign in to comment.