Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechkral committed Feb 29, 2024
1 parent c9dcd2f commit 41c10cf
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 21 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 11 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
[package]
name = "cargo-fixture"
version = "1.0.0"
[workspace.package]
version = "1.1.0"
authors = ["Vojtech Kral"]
description = "Surround cargo test with arbitrary Rust setup and teardown code."
license = "Apache-2.0"
keywords = ["rust", "cargo", "testing"]
edition = "2021"

[package]
name = "cargo-fixture"
description = "Surround cargo test with arbitrary Rust setup and teardown code."
version.workspace = true
authors.workspace = true
license.workspace = true
keywords.workspace = true

edition = "2021"
rust-version = "1.65"

[[bin]]
Expand Down
10 changes: 5 additions & 5 deletions crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "cargo-fixture-lib"
version = "1.0.0"
authors = ["Vojtech Kral"]
description = "Support library for the cargo-fixture cargo extension"
license = "Apache-2.0"
keywords = ["rust", "cargo", "testing"]
edition = "2021"
version.workspace = true
authors.workspace = true
license.workspace = true
keywords.workspace = true

edition = "2021"
rust-version = "1.65"

[lib]
Expand Down
9 changes: 5 additions & 4 deletions crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[package]
name = "cargo-fixture-macros"
version = "1.0.0"
authors = ["Vojtech Kral <[email protected]>"]
description = "Macros for the cargo-fixture cargo extension"
license = "Apache-2.0"
keywords = ["rust", "cargo", "testing"]
version.workspace = true
authors.workspace = true
license.workspace = true
keywords.workspace = true

edition = "2021"

[lib]
Expand Down

0 comments on commit 41c10cf

Please sign in to comment.