Skip to content

Commit 06b2728

Browse files
committed
fix: add MSRV
1 parent 2e6ea24 commit 06b2728

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ repository = "https://github.com/Flagsmith/flagsmith-rust-client"
1010
readme = "README.md"
1111
categories = ["config", "api-bindings"]
1212
keywords = ["Flagsmith", "feature-flag", "remote-config"]
13+
rust-version = "1.85.0"
1314

1415
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1516

1617
[dependencies]
1718
serde = { version = "1.0", features = ["derive"] }
1819
serde_json = "1.0"
19-
reqwest = { version = "0.13", features = ["json", "blocking"], default-features = false }
20+
reqwest = { version = "0.13", features = ["json", "blocking"] }
2021
url = "2.1"
2122
chrono = { version = "0.4" }
2223
log = "0.4"

0 commit comments

Comments
 (0)