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.
1 parent 1b10d54 commit 5015d88Copy full SHA for 5015d88
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "axiom-rs"
3
-version = "0.7.0"
+version = "0.8.0"
4
authors = ["Arne Bahlo <arne@axiom.co>"]
5
edition = "2018"
6
rust-version = "1.60"
README.md
@@ -24,7 +24,7 @@ Add the following to your Cargo.toml:
24
25
```toml
26
[dependencies]
27
-axiom-rs = "0.6"
+axiom-rs = "0.8"
28
```
29
30
If you use the [Axiom CLI](https://github.com/axiomhq/cli), run
0 commit comments