Skip to content

Commit

Permalink
test pump
Browse files Browse the repository at this point in the history
  • Loading branch information
ljttl3q04t committed Sep 26, 2024
1 parent 02d2f08 commit 21fe024
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Bump Version on Merge
on:
push:
branches:
- minswap-11
- tony/pump-uplc-main

jobs:
bump_version:
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ itertools = "0.10.1"
rand = "0.8.4"
schemars = "0.8.8"
serde = { version = "1.0", features = ["derive"] }
uplc = { git = "https://github.com/aiken-lang/aiken.git", branch = "main", default-features = false }
uplc = { git = "https://github.com/aiken-lang/aiken.git", rev = "3d77b5c378ce404cddd9a1f111906d72fd46fc83", default-features = false }

# non-wasm
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "emscripten"))))'.dependencies]
Expand Down

0 comments on commit 21fe024

Please sign in to comment.