Skip to content

Commit

Permalink
Bump aiken version to fix Constr parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Jan 1, 2024
1 parent 34f8d5c commit b1b2870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyaiken"
version = "0.5.4"
version = "0.5.5"
edition = "2021"
rust-version = "1.66.1"

Expand All @@ -12,5 +12,5 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.17.3", features = ["extension-module"] }
miette = { version = "5.3.0", features = ["fancy"] }
uplc = { git = "https://github.com/aiken-lang/aiken.git", rev = "b6acdde" }
uplc = { git = "https://github.com/nielstron/aiken.git", rev = "ad824de" }
hex = { version = "0.4.3" }

0 comments on commit b1b2870

Please sign in to comment.