Skip to content

Commit 33bdd12

Browse files
authored
Update README.md
1 parent 9e984bf commit 33bdd12

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

+3-10
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)