Skip to content

Commit a007db7

Browse files
feat!: add support for loading sample data (#51)
* feat: add support for loading sample data * re-generate LICENSE-3RD-PARTY.txt
1 parent 158c5e5 commit a007db7

File tree

8 files changed

+38
-330
lines changed

8 files changed

+38
-330
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
anyhow = "1.0.99"
14-
atlas-local = { git = "https://github.com/mongodb/atlas-local-lib.git", rev = "9b582845ebf2e4ca4f6543fa5bb1262920e2fbe6" }
14+
atlas-local = { git = "https://github.com/mongodb/atlas-local-lib.git", rev = "493fb78eb2f38228d486c8537274ab752f1eac04" }
1515
bollard = "0.19.4"
1616
napi = { version = "^3.5.2", features = ["async", "anyhow"] }
1717
napi-derive = "^3.3.3"

0 commit comments

Comments
 (0)