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 1575439 + d235974 commit ec1ba9eCopy full SHA for ec1ba9e
README.md
@@ -14,7 +14,7 @@ Add the following to your Cargo.toml:
14
15
```toml
16
[dependencies]
17
-axiom-rs = "0.2"
+axiom-rs = "0.3"
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.2", default-features = false, features = ["async-std"] }
+axiom-rs = { version = "0.3", default-features = false, features = ["async-std"] }
40
async-std = "1"
41
42
0 commit comments