diff --git a/examples/tracing/Cargo.toml b/examples/tracing/Cargo.toml index 14515c0..3883356 100644 --- a/examples/tracing/Cargo.toml +++ b/examples/tracing/Cargo.toml @@ -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 = "*"