We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df13d30 + f70b7b3 commit e886badCopy full SHA for e886bad
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "axiom-rs"
3
-version = "0.4.0"
+version = "0.5.0"
4
authors = ["Arne Bahlo <arne@axiom.co>"]
5
edition = "2018"
6
rust-version = "1.60"
README.md
@@ -14,7 +14,7 @@ Add the following to your Cargo.toml:
14
15
```toml
16
[dependencies]
17
-axiom-rs = "0.4"
+axiom-rs = "0.5"
18
```
19
20
## Get started
@@ -24,7 +24,7 @@ could look like this:
24
25
26
27
28
tokio = "1"
29
30
@@ -36,7 +36,7 @@ features:
36
37
38
39
-axiom-rs = { version = "0.4", default-features = false, features = ["async-std"] }
+axiom-rs = { version = "0.5", default-features = false, features = ["async-std"] }
40
async-std = "1"
41
42
0 commit comments