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

@ -12,8 +12,8 @@ authors = ["Santiago Carmuega <santiago@carmuega.me>"]
[dependencies]
hex = "0.4.3"
pallas-crypto = { version = "0.14.0-alpha.0", path = "../pallas-crypto" }
pallas-codec = { version = "0.14.0-alpha.0", path = "../pallas-codec" }
pallas-crypto = { version = "0.14.0", path = "../pallas-crypto" }
pallas-codec = { version = "0.14.0", path = "../pallas-codec" }
base58 = "0.2.0"
bech32 = "0.9.1"
thiserror = "1.0.31"