chore: Remove pre-release ref from deps (#204)

This commit is contained in:
Santiago Carmuega 2022-11-13 09:59:22 -03:00 committed by GitHub
parent 8ec45e1168
commit f215f2178c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 17 deletions

View file

@ -15,7 +15,7 @@ hex = "0.4"
cryptoxide = { version = "0.4.1" }
thiserror = "1.0"
rand_core = "0.6"
pallas-codec = { version = "0.14.0-alpha.0", path = "../pallas-codec" }
pallas-codec = { version = "0.14.0", path = "../pallas-codec" }
serde = "1.0.143"
[dev-dependencies]