diff --git a/example_shadow/Cargo.toml b/example_shadow/Cargo.toml index 0968c80..a69b1ad 100644 --- a/example_shadow/Cargo.toml +++ b/example_shadow/Cargo.toml @@ -9,7 +9,7 @@ build = "build.rs" [dependencies] clap = "2.33.3" -shadow-rs = "0.4.0" +shadow-rs = "0.5" [build-dependencies] -shadow-rs = "0.4.0" \ No newline at end of file +shadow-rs = "0.5" \ No newline at end of file