Update fort

This commit is contained in:
Mahmut Bulut 2020-12-21 11:57:32 +01:00
parent 626ef7e0fc
commit 639bbb8504
2 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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: