feat(interop): re-export utxorpc spec to unify downstream versions (#448)

This commit is contained in:
Santiago Carmuega 2024-04-18 22:40:40 -03:00 committed by GitHub
parent 0b82bb702a
commit df202c27c3
2 changed files with 5 additions and 1 deletions

View file

@ -11,7 +11,9 @@ readme = "README.md"
authors = ["Santiago Carmuega <santiago@carmuega.me>"]
[dependencies]
utxorpc-spec = { version = "0.4.4" }
pallas-traverse = { version = "=0.25.0", path = "../pallas-traverse" }
pallas-primitives = { version = "=0.25.0", path = "../pallas-primitives" }
pallas-codec = { version = "=0.25.0", path = "../pallas-codec" }
utxorpc-spec = { version = "0.5.0" }
# utxorpc-spec = { path = "../../../utxorpc/spec/gen/rust" }