Skip to content

Commit a281040

Browse files
authored
remove workspace reference to cbindgen
1 parent eb890a0 commit a281040

File tree

2 files changed

+61
-1
lines changed

2 files changed

+61
-1
lines changed

Cargo.lock

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

sdk/cosmos/azure_data_cosmos_native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crate-type = ["cdylib", "staticlib"]
1717
azure_data_cosmos = { path = "../azure_data_cosmos", features = ["c"] }
1818

1919
[build-dependencies]
20-
cbindgen.workspace = true
20+
cbindgen = "0.29.0"
2121

2222
[lints]
2323
workspace = true

0 commit comments

Comments
 (0)