Skip to content

Commit 0dcc8c7

Browse files
authored
Merge pull request #112 from casework/temporarily_pin
Temporarily pin json-ld crate to remove unused dependency
2 parents cbe8745 + aae32a0 commit 0dcc8c7

2 files changed

Lines changed: 15 additions & 38 deletions

File tree

rust/case2geojson/Cargo.lock

Lines changed: 14 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)