mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
chore(rust): specify exact version of tracing (#7037)
Because of the patch we apply, if we delete `Cargo.lock`, this line causes an error. Deleting `Cargo.lock` should be valid in general. --------- Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com>
This commit is contained in:
@@ -85,7 +85,7 @@ tracing-stackdriver = { git = "https://github.com/thomaseizinger/tracing-stackdr
|
||||
|
||||
# Enforce `tracing-macros` to have released `tracing` version.
|
||||
[patch.'https://github.com/tokio-rs/tracing']
|
||||
tracing = "0.1"
|
||||
tracing = "0.1.40"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
||||
Reference in New Issue
Block a user