Skip to content

Commit

Permalink
Bump aiken version
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Dec 18, 2023
1 parent 8c840b2 commit dafd51a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2"
version = "0.5.3"
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 = "b25e82e" }
uplc = { git = "https://github.com/aiken-lang/aiken.git", rev = "0cfcd7803909b351d4133862f3b178426530efc2" }
hex = { version = "0.4.3" }
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ authors = [
maintainers = [
{name = "Niels Mündler", email = "[email protected]"}
]
url = "https://github.com/opshin/uplc"
url = "https://github.com/opshin/pyaiken"


0 comments on commit dafd51a

Please sign in to comment.