Skip to content

Commit 630eec7

Browse files
use git dep
1 parent 2590d4c commit 630eec7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,9 @@ optional = true
170170
features = ["serde"]
171171

172172
[dependencies.mongocrypt]
173-
# version = "0.3.1"
174-
# git = "https://github.com/mongodb/libmongocrypt-rust.git"
175-
# branch = "main"
176-
path = "/Users/isabel.atkinson/libmongocrypt-rust/mongocrypt"
173+
version = "0.3.1"
174+
git = "https://github.com/isabelatkinson/libmongocrypt-rust.git"
175+
branch = "lookup"
177176
default-features = false
178177
optional = true
179178

0 commit comments

Comments
 (0)