Skip to content

Commit d30f732

Browse files
committed
Move version number to top-level Cargo.toml
1 parent 557e1f4 commit d30f732

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[workspace]
22
members = ["codeowners-rs", "codeowners-cli"]
33

4+
[workspace.package]
5+
version = "0.1.1"
6+
47
[profile.release]
58
debug = true

codeowners-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codeowners"
3-
version = "0.1.0"
3+
version.workspace = true
44
edition = "2021"
55

66
[dependencies]

codeowners-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codeowners-rs"
3-
version = "0.1.1"
3+
version.workspace = true
44
edition = "2021"
55
description = "A library for parsing and matching CODEOWNERS files"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)