diff --git a/chorus_lib/Cargo.toml b/chorus_lib/Cargo.toml index 4634724..560c75c 100644 --- a/chorus_lib/Cargo.toml +++ b/chorus_lib/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["choreography"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -chorus_derive = { version = "0.1.0", path = "../chorus_derive" } +chorus_derive = { version = "0.2.0", path = "../chorus_derive" } retry = "2.0.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.104"