Compare changes
+2
−2
Original line number | Original line | Diff line number | Diff line |
---|---|---|---|
[package]
|
[package]
|
||
name = "ham-cats"
|
name = "ham-cats"
|
||
version = "0.2.0"
|
version = "0.2.2"
|
||
edition = "2021"
|
edition = "2021"
|
||
license = "MIT"
|
license = "MIT"
|
||
description = "Reference implementations for CATS, the ham radio protocol"
|
description = "Reference implementations for CATS, the ham radio protocol"
|
||
@@ -14,6 +14,6 @@ bitvec = { version = "1.0.1", default-features = false } | |||
crc = "3.0.1"
|
crc = "3.0.1"
|
||
encoding_rs = { version = "0.8.33", default-features = false }
|
encoding_rs = { version = "0.8.33", default-features = false }
|
||
half = { version = "2.3.1", default-features = false }
|
half = { version = "2.3.1", default-features = false }
|
||
labrador-ldpc = "1.1"
|
labrador-ldpc = "1.2.1"
|
||
paste = "1.0.14"
|
paste = "1.0.14"
|
||
snafu = { version = "0.7.5", default-features = false } |
snafu = { version = "0.7.5", default-features = false } |
+2
−4
+6
−1
fuzz/fuzz_targets/fuzz_target_4.rs
0 → 100644
+16
−0
+2
−2
+1
−2
+8
−6
+1
−1
+32
−6
+3
−8
+30
−1
+11
−2
+150
−5
+2
−1