Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 43eff2b

Browse files
committed
Bump version to 0.1.0 prior to breaking API change.
1 parent 3c0d203 commit 43eff2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vst"
3-
version = "0.0.2"
3+
version = "0.1.0"
44
authors = [
55
"Marko Mijalkovic <[email protected]>",
66
"Boscop",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ include the crate directly from the official [Github repository](https://github.
3131

3232
```toml
3333
# get from crates.io.
34-
vst = "*"
34+
vst = "0.1.0"
3535
```
3636
```toml
3737
# get directly from Github. This might be unstable!

0 commit comments

Comments
 (0)