File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repository = "https://github.com/Eppo-exp/rust-sdk"
7
7
license = " MIT"
8
8
keywords = [" eppo" , " feature-flags" ]
9
9
categories = [" config" ]
10
- rust-version = " 1.71.1 "
10
+ rust-version = " 1.75.0 "
11
11
12
12
[features ]
13
13
# Add implementation of `FromPyObject`/`ToPyObject` for some types.
@@ -20,7 +20,7 @@ vendored = ["reqwest/native-tls-vendored"]
20
20
21
21
[dependencies ]
22
22
chrono = { version = " 0.4.38" , features = [" serde" ] }
23
- derive_more = " 0.99.17 "
23
+ derive_more = { version = " 1.0.0 " , features = [ " from " ] }
24
24
faststr = { version = " 0.2.23" , features = [" serde" ] }
25
25
log = { version = " 0.4.21" , features = [" kv" , " kv_serde" ] }
26
26
md5 = " 0.7.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version = "3.3.0"
5
5
edition = " 2021"
6
6
license = " MIT"
7
7
publish = false
8
- rust-version = " 1.71.1 "
8
+ rust-version = " 1.75.0 "
9
9
10
10
[lib ]
11
11
crate-type = [" cdylib" ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repository = "https://github.com/Eppo-exp/rust-sdk"
8
8
license = " MIT"
9
9
keywords = [" eppo" , " feature-flags" ]
10
10
categories = [" config" ]
11
- rust-version = " 1.71.1 "
11
+ rust-version = " 1.75.0 "
12
12
13
13
[dependencies ]
14
14
eppo_core = { version = " =4.1.1" , path = " ../eppo_core" }
You can’t perform that action at this time.
0 commit comments