Skip to content

Commit 112fac6

Browse files
committed
chore: update Cargo.toml
1 parent 35839b0 commit 112fac6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2024"
77
license = "MIT OR Apache-2.0"
88
homepage = "https://tangle.tools"
99
repository = "https://github.com/tangle-network/eigenlayer-contract-deployer"
10-
rust-version = "1.86"
10+
rust-version = "1.88"
1111

1212
[lints.rust]
1313
rust_2018_idioms = { level = "deny", priority = -1 }

src/artifacts/eigenlayer-middleware-1.3.1/SlashingRegistryCoordinator.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

src/slashing_registry_coordinator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use crate::bindings::core::{
1717
};
1818

1919
pub const ARTIFACT: &str = include_str!(
20-
"../dependencies/eigenlayer-middleware-1.3.1/out/SlashingRegistryCoordinator.sol/SlashingRegistryCoordinator.json"
20+
"artifacts/eigenlayer-middleware-1.3.1/SlashingRegistryCoordinator.json"
2121
);
2222

2323
fn artifact() -> std::io::Result<serde_json::Value> {

0 commit comments

Comments
 (0)