We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e984bf commit 33bdd12Copy full SHA for 33bdd12
README.md
@@ -16,21 +16,14 @@ Add the desired crate(s) to your `Cargo.toml`:
16
17
```toml
18
[dependencies]
19
-serverless-workflow-core = "0.1"
+serverless-workflow-core = "1.0.0-alpha6"
20
```
21
22
### Builders:
23
24
25
26
-serverless-workflow-builders = "0.1"
27
-```
28
-
29
-### IO:
30
31
-```toml
32
-[dependencies]
33
-serverless-workflow-io = "0.1"
+serverless-workflow-builders = "1.0.0-alpha6"
34
35
36
## Features
@@ -41,4 +34,4 @@ serverless-workflow-io = "0.1"
41
42
## Contributing
43
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.
0 commit comments