File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " axiom-rs"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
authors = [" Arne Bahlo <arne@axiom.co>" ]
5
5
edition = " 2018"
6
6
rust-version = " 1.60"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Add the following to your Cargo.toml:
14
14
15
15
``` toml
16
16
[dependencies ]
17
- axiom-rs = " 0.3 "
17
+ axiom-rs = " 0.4 "
18
18
```
19
19
20
20
## Get started
@@ -24,7 +24,7 @@ could look like this:
24
24
25
25
``` toml
26
26
[dependencies ]
27
- axiom-rs = " 0.3 "
27
+ axiom-rs = " 0.4 "
28
28
tokio = " 1"
29
29
```
30
30
@@ -36,7 +36,7 @@ features:
36
36
37
37
``` toml
38
38
[dependencies ]
39
- axiom-rs = { version = " 0.3 " , default-features = false , features = [" async-std" ] }
39
+ axiom-rs = { version = " 0.4 " , default-features = false , features = [" async-std" ] }
40
40
async-std = " 1"
41
41
```
42
42
You can’t perform that action at this time.
0 commit comments