Skip to content

Commit e60ee05

Browse files
dowskiConvex, Inc.
authored andcommitted
Release convex-rs 0.10.0 (#41279)
Updated changelog with key updates. GitOrigin-RevId: 7f9eba5aaa3d711fd06a8afd6e027d22a0494c3f
1 parent 14caac6 commit e60ee05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rustls-tls-native-roots = [ "convex/rustls-tls-native-roots" ]
1616
rustls-tls-webpki-roots = [ "convex/rustls-tls-webpki-roots" ]
1717

1818
[dependencies]
19-
convex = { version = "=0.9.0", default-features = false }
19+
convex = { version = "=0.10.0", default-features = false }
2020
futures = { version = "0.3" }
2121
parking_lot = { version = "0.12" }
2222
pyo3 = { features = [ "abi3", "abi3-py39" ], version = "0.24" }
@@ -29,7 +29,7 @@ tracing-subscriber = { features = [ "env-filter" ], version = "0.3.17" }
2929
pyo3-build-config = { version = "0.24" }
3030

3131
[dev-dependencies]
32-
convex = { version = "=0.9.0", default-features = false, features = [ "testing" ] }
32+
convex = { version = "=0.10.0", default-features = false, features = [ "testing" ] }
3333
tracing-subscriber = { features = [ "env-filter" ], version = "0.3.17" }
3434

3535
[lints.rust]

0 commit comments

Comments
 (0)