Skip to content

Commit

Permalink
specify versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Dec 8, 2024
1 parent a62a792 commit 5060df4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions crates/dwn-native-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ license.workspace = true
keywords.workspace = true

[dependencies]
dwn-core = { path = "../dwn-core" }
native_db = { git = "https://github.com/vincent-herlemont/native_db", default-features = false }
dwn-core = { version = "0.0.10", path = "../dwn-core" }
native_db = { version = "0.8.1", git = "https://github.com/vincent-herlemont/native_db", default-features = false }
native_model = { version = "0.6.1", default-features = false, features = [
"serde",
"rmp_serde_1_3",
Expand Down
2 changes: 1 addition & 1 deletion crates/dwn-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords.workspace = true
[dependencies]
axum = "0.7.7"
axum-macros = "0.4.2"
dwn = { path = "../dwn" }
dwn = { version = "0.0.10", path = "../dwn" }
tracing.workspace = true
xdid.workspace = true

Expand Down
4 changes: 2 additions & 2 deletions crates/dwn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ native_db = ["dep:dwn-native-db"]

[dependencies]
base64.workspace = true
dwn-core = { path = "../dwn-core" }
dwn-native-db = { path = "../dwn-native-db", optional = true }
dwn-core = { version = "0.0.10", path = "../dwn-core" }
dwn-native-db = { version = "0.0.10", path = "../dwn-native-db", optional = true }
jose-jwk = "0.1.2"
jsonschema = { version = "0.24.0", default-features = false, features = [
"resolve-http",
Expand Down

0 comments on commit 5060df4

Please sign in to comment.