Skip to content

Commit ffb107b

Browse files
committed
Defines exact versions for napi
1 parent f8820a6 commit ffb107b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ crate-type = ["cdylib"]
1212
anyhow = "1.0.99"
1313
atlas-local = { git = "https://github.com/mongodb/atlas-local-lib.git", rev = "c5ac7e298dc7a654028784f94737b7100a2ad7ff" }
1414
bollard = "0.19.2"
15-
napi = { version = "3.0.0", features = ["async", "anyhow"] }
16-
napi-derive = "3.0.0"
15+
napi = { version = "^3.3.0", features = ["async", "anyhow"] }
16+
napi-derive = "^3.2.5"
1717
semver = "1.0.26"
1818

1919
[build-dependencies]

0 commit comments

Comments
 (0)