Skip to content

Commit e6944a1

Browse files
committed
feat: add compatibility tests
1 parent ef8dae3 commit e6944a1

4 files changed

Lines changed: 355 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ futures = "0.3"
3939
futures-timer = "3.0"
4040
backon = "1.6.0"
4141
hex = { version = "0.4.3" }
42+
hex-literal = "0.4"
4243
prost = "0.14"
4344
prost-build = "0.14"
4445
prost-types = "0.14"

crates/peerinfo/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ futures-timer.workspace = true
1616
tracing.workspace = true
1717
chrono.workspace = true
1818
unsigned-varint.workspace = true
19+
hex.workspace = true
1920

2021
[build-dependencies]
2122
charon-build-proto.workspace = true
@@ -25,7 +26,7 @@ anyhow.workspace = true
2526
clap.workspace = true
2627
tokio.workspace = true
2728
tracing-subscriber.workspace = true
28-
hex.workspace = true
29+
hex-literal.workspace = true
2930

3031
[lints]
3132
workspace = true

0 commit comments

Comments
 (0)