Skip to content

Commit

Permalink
fix: specify version for "bindings"
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Jun 19, 2021
1 parent 9777610 commit 2b586f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ thiserror = "1"
[target.'cfg(target_os = "windows")'.dependencies]
windows = "0.11.0"
memalloc = "0.1"
bindings = { version = "0.1.0", package = "bindings", path = "src/windows/bindings" }
bindings = { path = "src/windows/bindings" }

0 comments on commit 2b586f2

Please sign in to comment.