Skip to content

Commit

Permalink
Fix dependency on nutmeg prerelease in example
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Sep 23, 2023
1 parent 71b3f25 commit f83ed78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
nutmeg = { path = "../..", version = "*" }
nutmeg = { path = "../..", version = "0.1.5-pre" }
tracing = "*"
tracing-fmt = "*"
tracing-subscriber = "*"

0 comments on commit f83ed78

Please sign in to comment.