Skip to content

Commit 3f2b478

Browse files
committed
chore: add [workspace.package.version]
1 parent 8f630ed commit 3f2b478

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
members = ["macros"]
33

44
[workspace.package]
5+
version = "0.1.0"
56
authors = ["Loi Chyan <[email protected]>"]
67
license = "MIT OR Apache-2.0"
78
edition = "2021"
@@ -22,7 +23,7 @@ uninlined_format_args = "allow"
2223

2324
[package]
2425
name = "dynify"
25-
version = "0.1.0"
26+
version.workspace = true
2627
authors.workspace = true
2728
license.workspace = true
2829
edition.workspace = true

0 commit comments

Comments
 (0)