Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pnehrer committed Apr 24, 2024
1 parent 9c23337 commit 2c984c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracing-slog"
version = "0.2.0"
version = "0.3.0"
authors = ["Peter Nehrer <pnehrer@eclipticalsoftware.com>"]
edition = "2021"
repository = "https://github.com/ecliptical/tracing-slog"
Expand All @@ -15,7 +15,7 @@ categories = [
keywords = ["logging", "tracing", "slog"]
license = "MIT"
readme = "README.md"
rust-version = "1.56"
rust-version = "1.60"

[features]
default = ["std"]
Expand All @@ -24,7 +24,7 @@ std = ["slog/std"]
kv = []

[dependencies]
once_cell = "1.16"
once_cell = "1"
slog = "2.7"
tracing-core = "0.1"

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2021 Ecliptical Software Inc.
Copyright (c) 2021-2024 Ecliptical Software Inc.

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
Expand Down

0 comments on commit 2c984c2

Please sign in to comment.