Skip to content

Commit a6514d7

Browse files
committed
Get rust dependencies from workspace so it's easier to setup version.
git-svn-id: https://svn.rinrab.com/rinrab/xdigest/trunk@6665 0083e6b4-6090-234a-836e-88fcc467669c
1 parent 0a648d3 commit a6514d7

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

contrib/rust/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ members = [
66

77
[workspace.package]
88
version = "0.5.0"
9+
10+
[workspace.dependencies]
11+
xdigest-src = { version = "0.5.0", path = "./xdigest-src" }
12+
xdigest-sys = { version = "0.5.0", path = "./xdigest-sys" }

contrib/rust/xdigest-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ libc = "0.2"
1414
[build-dependencies]
1515
cmake = "0.1"
1616
bindgen = ">=0.60"
17-
xdigest-src = { version = "0.5.0", path = "../xdigest-src" }
17+
xdigest-src.workspace = true

contrib/rust/xdigest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ categories = ["algorithms", "cryptography", "no-std", "no-std::no-alloc"]
77
edition = "2018"
88

99
[dependencies]
10-
xdigest-sys = { version = "0.5.0", path = "../xdigest-sys" }
10+
xdigest-sys.workspace = true

0 commit comments

Comments
 (0)