Skip to content

Commit ac645ae

Browse files
committed
Temporarily pin json-ld crate to remove unused dependency
A follow-on patch will regenerate Make-managed files. References: * https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#choice-of-commit Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent cbe8745 commit ac645ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/case2geojson/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
geojson = "0.24.1"
88
iref = "3.2.2"
9-
json-ld = "0.21.1"
9+
json-ld = { git = "https://github.com/miterst/json-ld.git", rev = "6b48152595b661ae5ada46747e15f373e698d151" }
1010
oxigraph = { version = "0.4.1", default-features = false}
1111
serde_json = "1.0.135"
1212
static-iref = "3.0.0"

0 commit comments

Comments
 (0)