Skip to content

Commit 83599a8

Browse files
authored
minor: revert dependencies (#25)
1 parent 39db9d3 commit 83599a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongocrypt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repository = "https://github.com/mongodb/libmongocrypt-rust"
1717
compile_fail = []
1818

1919
[dependencies]
20-
mongocrypt-sys = "0.1.1"
20+
mongocrypt-sys = { path = "../mongocrypt-sys" }
2121
bson = { git = "https://github.com/mongodb/bson-rust", branch = "main" }
2222
serde = "1.0.125"
2323
once_cell = "1.17.0"

0 commit comments

Comments
 (0)