Skip to content

Commit

Permalink
Merge pull request #55 from Tbelleng/feat/release_ditto
Browse files Browse the repository at this point in the history
Feat : ⬆️ Bump Ditto to last starknet-rs version
  • Loading branch information
antiyro authored Apr 19, 2024
2 parents ab6b87d + 1c8daeb commit ba1666e
Show file tree
Hide file tree
Showing 23 changed files with 537 additions and 594 deletions.
128 changes: 64 additions & 64 deletions 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 macro_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ url = "2.5.0"
syn = "2.0.48"
quote = "1.0.35"
tokio = { version = "1", features = ["full"] }
lazy_static = "1.4.0"
lazy_static = "1.4.0"
10 changes: 5 additions & 5 deletions unit_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ anyhow = "1.0.79"
rstest = "0.18.2"
tokio = { version = "1", features = ["full"] }
url = "2.5.0"
starknet = { git = "https://github.com/xJonathanLEI/starknet-rs.git", rev = "96c6803", default-features = false }
starknet-core = { git = "https://github.com/xJonathanLEI/starknet-rs.git", rev = "96c6803", default-features = false }
starknet-providers = { git = "https://github.com/xJonathanLEI/starknet-rs.git", rev = "96c6803", default-features = false }
starknet-accounts = { git = "https://github.com/xJonathanLEI/starknet-rs.git", rev = "96c6803", default-features = false }
starknet-signers = { git = "https://github.com/xJonathanLEI/starknet-rs.git", rev = "96c6803", default-features = false }
starknet = { git = "https://github.com/kasarlabs/starknet-rs.git", branch = "fork", default-features = false }
starknet-core = { git = "https://github.com/kasarlabs/starknet-rs.git", branch = "fork", default-features = false }
starknet-providers = { git = "https://github.com/kasarlabs/starknet-rs.git", branch = "fork", default-features = false }
starknet-accounts = { git = "https://github.com/kasarlabs/starknet-rs.git", branch = "fork", default-features = false }
starknet-signers = { git = "https://github.com/kasarlabs/starknet-rs.git", branch = "fork", default-features = false }
env_logger = "0.10.1"
macro_utils = { path = "../macro_utils/" }
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion unit_tests/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ pub const ERR_PATHFINDER: &str = "Error waiting for response from Pathfinder cli

pub const SPEC_0_5_1: &str = "0.5.1";
pub const SPEC_0_6_0: &str = "0.6.0";
pub const SPEC_0_7_0: &str = "0.7.0";
pub const SPEC_0_7_0: &str = "0.7.0";
Loading

0 comments on commit ba1666e

Please sign in to comment.