Skip to content

Commit 3c170e9

Browse files
committed
chore(readme): Fix version
1 parent 61109aa commit 3c170e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Add to your `Cargo.toml`:
2222

2323
```toml
2424
[dependencies]
25-
ironbeam = "1.0.0-alpha1"
25+
ironbeam = "1.0.0"
2626
```
2727

2828
By default, all features are enabled. To use a minimal configuration:
2929

3030
```toml
3131
[dependencies]
32-
ironbeam = { version = "1.0.0-alpha1", default-features = false }
32+
ironbeam = { version = "1.0.0", default-features = false }
3333
```
3434

3535
Available feature flags:

0 commit comments

Comments
 (0)