diff --git a/Cargo.toml b/Cargo.toml index 2654c8e..d93e3bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,12 +34,12 @@ maintenance = { status = "actively-developed" } proc-macro = true [dependencies] -syn = { version = "1.0.5", features = ["full"] } -proc-macro2 = { version = "1.0.5", features = ["nightly"] } -quote = "1.0.2" +syn = { version = "1.0", features = ["full"] } +proc-macro2 = { version = "1.0", features = ["nightly"] } +quote = "1.0" [dev-dependencies] -bastion = "0.3" +bastion = "0.4" [profile.dev] panic = "unwind" diff --git a/README.md b/README.md index 3c20308..0eb5b0a 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Fort is proc macro attribute crate for Bastion. ## Usage ```toml [dependencies] -fort = "0.3" -bastion = "0.4.*" +fort = "0.4" +bastion = "0.4" ``` You can directly use fort to load work onto the root supervisor with: