From 2eeb357885f1c8506f5a5f9ca1a88bce2f1ec82c Mon Sep 17 00:00:00 2001 From: ts0yu <120932697+ts0yu@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:09:29 +0000 Subject: [PATCH] release: 0.1.5 --- Cargo.lock | 2 +- Cargo.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c67622..8e63324 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -699,7 +699,7 @@ dependencies = [ [[package]] name = "arena-core" -version = "0.1.4" +version = "0.1.5" dependencies = [ "alloy", "alloy-chains", diff --git a/Cargo.toml b/Cargo.toml index 9b85f59..4927d07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arena-core" -version = "0.1.4" +version = "0.1.5" edition = "2021" repository = "https://github.com/arena-rs/arena" description = "Framework for holistic economic modelling and simulation of Uniswap v4 strategies, hooks and pools." @@ -16,12 +16,12 @@ serde_json = "1.0" rand_distr = "0.4.3" thiserror = "1.0.63" async-trait = "0.1.81" +alloy-chains = "0.1.29" alloy-contract = "0.3.0" alloy-sol-macro = "0.8.0" alloy-sol-types = "0.8.0" +alloy-transport-http = "0.3.0" serde = { version = "1.0", features = ["derive"] } clap = { version = "4.5.16", features = ["derive"] } tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"] } -alloy = { version = "0.3.0", features = ["full", "node-bindings", "json"] } -alloy-chains = "0.1.29" -alloy-transport-http = "0.3.0" +alloy = { version = "0.3.0", features = ["full", "node-bindings", "json"] } \ No newline at end of file