Skip to content

Commit 86bef20

Browse files
committed
fix: added version to parser package
1 parent 7ee463d commit 86bef20

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ members = ["crates/cli", "crates/package", "crates/parser"]
33
resolver = "3"
44

55
[workspace.package]
6-
version = "0.0.1"
76
edition = "2024"
87

98
[workspace.dependencies]

crates/parser/Cargo.toml

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

66
[dependencies]

0 commit comments

Comments
 (0)