Skip to content

Commit

Permalink
kairos-circuit-logic: support casper-event-standard 2.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Sep 16, 2024
1 parent 6e4f7ab commit bc4ef9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kairos-prover/kairos-circuit-logic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = { version = "1", default-features = false, features = ["derive", "alloc"
sha2 = { version = "0.10", default-features = false }
borsh = { version = "1", default-features = false, features = ["derive"], optional = true }

casper-event-standard = { version = "0.5", optional = true }
casper-event-standard = { git = "https://github.com/cspr-rad/casper-event-standard", branch = "release-2.0.0-rc4", optional = true }

# dev dependencies enabled by arbitrary
test-strategy = { version = "0.3", optional = true }
Expand Down

0 comments on commit bc4ef9b

Please sign in to comment.