fix: include return type in one function def

This commit is contained in:
rvcas
2022-09-29 23:50:38 -04:00
committed by Lucas
parent 55f906482a
commit 4acb849f09
3 changed files with 45 additions and 40 deletions

View File

@@ -20,6 +20,3 @@ pallas-traverse = "0.14.0-alpha.3"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
uplc = { path = '../uplc', version = "0.0.18" }
[profile.release]
strip = true