diff --git a/Cargo.toml b/Cargo.toml index 23a54d0..e6aae41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] libplacebo-sys = { path="libplacebo-sys" } -paste = "0.1" +paste = "1.0" [dev-dependencies] structopt = "0.3"