Skip to content

Commit

Permalink
Merge pull request #25 from axiomhq/arne/bump-version
Browse files Browse the repository at this point in the history
Bump version to 0.5
  • Loading branch information
bahlo committed Sep 19, 2022
2 parents df13d30 + f70b7b3 commit e886bad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axiom-rs"
version = "0.4.0"
version = "0.5.0"
authors = ["Arne Bahlo <arne@axiom.co>"]
edition = "2018"
rust-version = "1.60"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the following to your Cargo.toml:

```toml
[dependencies]
axiom-rs = "0.4"
axiom-rs = "0.5"
```

## Get started
Expand All @@ -24,7 +24,7 @@ could look like this:

```toml
[dependencies]
axiom-rs = "0.4"
axiom-rs = "0.5"
tokio = "1"
```

Expand All @@ -36,7 +36,7 @@ features:

```toml
[dependencies]
axiom-rs = { version = "0.4", default-features = false, features = ["async-std"] }
axiom-rs = { version = "0.5", default-features = false, features = ["async-std"] }
async-std = "1"
```

Expand Down

0 comments on commit e886bad

Please sign in to comment.