diff --git a/Cargo.lock b/Cargo.lock index 62a65a0..a61830e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,4 +12,4 @@ dependencies = [ [[package]] name = "hexhex" version = "1.0.0" -source = "git+https://git.comff.net/rustics/hexhex.git#fa738dd19563d7cea4b2383dcbd8a64c94ab91b7" +source = "git+https://git.comff.net/rustics/hexhex.git?tag=v1.1#c92e07853136c8371b6034d93a9d0f1be9e665c5" diff --git a/Cargo.toml b/Cargo.toml index 8bac8f6..207cfdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hexhex = {version = "1.0", git = "https://git.comff.net/rustics/hexhex.git"} +hexhex = {tag = "v1.1", git = "https://git.comff.net/rustics/hexhex.git"}