Skip to content

Commit d75161b

Browse files
committed
Fix Cargo.lock synchronization for ear dependency
1 parent 1fa25be commit d75161b

File tree

2 files changed

+26
-85
lines changed

2 files changed

+26
-85
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,6 @@ tonic-prost = "0.14"
7777
tonic-prost-build = "0.14"
7878
tracing = "0.1.44"
7979
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
80+
81+
[patch.crates-io]
82+
ear = { git = "https://github.com/veraison/rust-ear.git", rev = "3d5fa46" }

0 commit comments

Comments
 (0)