File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,14 @@ Add the desired crate(s) to your `Cargo.toml`:
1616
1717``` toml
1818[dependencies ]
19- serverless-workflow-core = " 0.1 "
19+ serverless-workflow-core = " 1.0.0-alpha6 "
2020```
2121
2222### Builders:
2323
2424``` toml
2525[dependencies ]
26- serverless-workflow-builders = " 0.1"
27- ```
28-
29- ### IO:
30-
31- ``` toml
32- [dependencies ]
33- serverless-workflow-io = " 0.1"
26+ serverless-workflow-builders = " 1.0.0-alpha6"
3427```
3528
3629## Features
@@ -41,4 +34,4 @@ serverless-workflow-io = "0.1"
4134
4235## Contributing
4336
44- Contributions are welcome! Please refer to the [ contribution guidelines] ( ./CONTRIBUTING.md ) for more information.
37+ Contributions are welcome! Please refer to the [ contribution guidelines] ( ./CONTRIBUTING.md ) for more information.
You can’t perform that action at this time.
0 commit comments