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`:
16
16
17
17
``` toml
18
18
[dependencies ]
19
- serverless-workflow-core = " 0.1 "
19
+ serverless-workflow-core = " 1.0.0-alpha6 "
20
20
```
21
21
22
22
### Builders:
23
23
24
24
``` toml
25
25
[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"
34
27
```
35
28
36
29
## Features
@@ -41,4 +34,4 @@ serverless-workflow-io = "0.1"
41
34
42
35
## Contributing
43
36
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