diff --git a/Cargo.lock b/Cargo.lock index 07bcf824..ca3486ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,7 +49,7 @@ dependencies = [ [[package]] name = "amms" -version = "0.6.0" +version = "0.6.1" dependencies = [ "arraydeque", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7ba47098..6bf223e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "amms" -version = "0.6.0" +version = "0.6.1" edition = "2021" license = "MIT" description = "A library to interact with automated market makers across EVM chains." readme = "README.md" -homepage = "https://github.com/0xKitsune/amms-rs" -repository = "https://github.com/0xKitsune/amms-rs" +homepage = "https://github.com/darkforestry/amms-rs" +repository = "https://github.com/darkforestry/amms-rs" keywords = ["ethereum", "amm", "mev"] exclude = [ "target/*",