Skip to content

Commit

Permalink
fix+chore: bump and add docs link (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Aaron-Bloom authored May 3, 2024
1 parent 7a743c9 commit bf5175b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ workspace = { members = ["macros"] }

[package]
name = "tested-fixture"
version = "1.0.0"
version = "1.0.1"
authors = ["Daniel Bloom"]
edition = "2018"
rust-version = "1.69"
description = "Attribute macro for creating fixtures from tests"
documentation = "https://docs.rs/tested-fixture"
repository = "https://github.com/Daniel-Aaron-Bloom/tested-fixture"
license = "MIT"
keywords = ["test", "fixture"]
Expand Down

0 comments on commit bf5175b

Please sign in to comment.