Skip to content

Commit aa655a3

Browse files
committed
Include 'test-case-core' in the version bump
1 parent b093c70 commit aa655a3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

crates/test-case-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test-case-core"
3-
version = "2.2.2"
3+
version = "3.0.0"
44
edition = "2018"
55
authors = ["Marcin Sas-Szymanski <marcin.sas-szymanski@anixe.pl>", "Wojciech Polak <frondeus@gmail.com>", "Łukasz Biel <lukasz.p.biel@gmail.com>"]
66
description = "Provides core functionality for parsing #[test_case(...)] procedural macro attribute for generating parametrized test cases easily"

crates/test-case-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ proc-macro2 = { version = "1.0", features = [] }
2727
proc-macro-error = "1.0"
2828
quote = "1.0"
2929
syn = { version = "1.0", features = ["full", "extra-traits"] }
30-
test-case-core = { version = "2.2.2", path = "../test-case-core", default-features = false }
30+
test-case-core = { version = "3.0.0", path = "../test-case-core", default-features = false }

scripts/publish.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ set -eo xtrace
1212

1313
nvim Cargo.toml
1414
nvim crates/test-case-macros/Cargo.toml
15+
nvim crates/test-case-core/Cargo.toml
1516
cargo build
1617

1718
nvim CHANGELOG.md

0 commit comments

Comments
 (0)