Skip to content

Commit 8de6577

Browse files
committed
Update path to local crate
1 parent 3894394 commit 8de6577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
1414
[dependencies]
1515
serde = "1.0"
1616
serde_json = "1.0"
17-
canonical_json = { version = "0.1.0", path = "../remote-settings-client/src/client/signatures/canonical_json" }
17+
canonical_json = { version = "0.1.0", path = "../canonicaljson-rs/" }
1818

1919
[dependencies.pyo3]
2020
version = "0.11"

0 commit comments

Comments
 (0)