diff --git a/yen-rs/Cargo.toml b/yen-rs/Cargo.toml index 8814d4d..3f845c3 100644 --- a/yen-rs/Cargo.toml +++ b/yen-rs/Cargo.toml @@ -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 @@ -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"