diff --git a/Cargo.lock b/Cargo.lock index b2170c5..8ac3914 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ dependencies = [ [[package]] name = "bitmex-cli" -version = "1.0.3" +version = "1.0.4" dependencies = [ "assert_cmd", "axum", diff --git a/Cargo.toml b/Cargo.toml index 3f78f54..3640dc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitmex-cli" -version = "1.0.3" +version = "1.0.4" edition = "2024" description = "BitMEX CLI — trade, query, and manage your BitMEX account from the terminal" license = "MIT"