Use git dep for rdf-types

This commit is contained in:
asonix 2022-12-11 16:39:24 -06:00
parent f646d759ca
commit 6d3c929c18

View file

@ -31,5 +31,4 @@ static-iref = "2.0.0"
tokio = { version = "1", features = ["full"] }
[patch.crates-io]
# json-ld = { path = "../json-ld/json-ld" }
rdf-types = { path = "../rdf-types" }
rdf-types = { git = "https://github.com/asonix/rdf-types", branch = "asonix/fix-string-literal-display" }