Skip to content

Commit b581432

Browse files
authored
Merge pull request #99 from silicon-heaven/jaq-all-specify-version
Specify the version of jaq-all
2 parents e0699f1 + 86bb70a commit b581432

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "shvproto"
55
description = "Rust implementation of the SHV protocol"
66
license = "MIT"
77
repository = "https://github.com/silicon-heaven/libshvproto-rs"
8-
version = "5.0.0"
8+
version = "5.0.1"
99
edition = "2024"
1010

1111
[dependencies]
@@ -16,7 +16,7 @@ hex = "0.4"
1616
clap = { version = "4.5", features = ["derive"] }
1717
simple_logger = { version = "5.0", features = ["stderr"], optional = true }
1818
serde = { version = "1.0.219", features = ["derive"], optional = true }
19-
jaq-all = { git = "https://github.com/01mf02/jaq", tag = "v3.0.0-beta", optional = true }
19+
jaq-all = { git = "https://github.com/01mf02/jaq", tag = "v3.0.0-beta", version = "0.1.0-beta", optional = true }
2020
# FIXME: remove this after jaq support is complete
2121
fn_name = "0.1.0"
2222

0 commit comments

Comments
 (0)