Skip to content

Commit 479b559

Browse files
committed
v1.0.0-alpha.14
1 parent 4d8ac18 commit 479b559

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "drift-rs"
3-
version = "1.0.0-alpha.13"
3+
version = "1.0.0-alpha.14"
44
edition = "2021"
55
build = "build.rs"
66
license = "Apache-2.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ See the offical [docs](https://docs.rs/drift-rs/latest/drift_rs/)
2020
## Install
2121
```toml
2222
# crates.io
23-
drift-rs = "1.0.0-alpha.13"
23+
drift-rs = "1.0.0-alpha.14"
2424

2525
# build from source
26-
drift-rs = { git = "https://github.com/drift-labs/drift-rs", tag = "v1.0.0-alpha.13" }
26+
drift-rs = { git = "https://github.com/drift-labs/drift-rs", tag = "v1.0.0-alpha.14" }
2727
```
2828

2929
## Use

0 commit comments

Comments
 (0)