Skip to content

Commit

Permalink
prepare for 0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hlbarber committed Dec 28, 2023
1 parent 7084a01 commit 7f25ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 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 = "tracing-gelf"
version = "0.7.1"
version = "0.8.0"
authors = ["Harry Barber <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
tracing-gelf = "0.7.1"
tracing-gelf = "0.8.0"
```

The current `tracing-gelf` requires Rust 1.53 or later.

### TCP Logging

```rust
Expand Down

0 comments on commit 7f25ee9

Please sign in to comment.