Skip to content

Commit

Permalink
Fix docs.rs build?
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Aug 1, 2024
1 parent 8a9e5f8 commit 254e00d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tiny_bail"
version = "0.1.0"
version = "0.1.1"
authors = ["Ben Frankel"]
edition = "2021"
description = "Small but flexible convenience macros for bailing on failure."
Expand Down Expand Up @@ -33,6 +33,3 @@ error = []
[dependencies]
log = { version = "0.4", optional = true }
tracing = { version = "0.1", features = ["log"], optional = true }

[package.metadata.docs.rs]
all-features = true

0 comments on commit 254e00d

Please sign in to comment.