Skip to content

Commit 7b8ae15

Browse files
committed
chore: def version per crate
1 parent b9ae08c commit 7b8ae15

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ members = ["synd", "syndapi", "syndterm"]
44

55
[workspace.package]
66
description = "terminal feed viewer"
7-
version = "0.1.0"
87
edition = "2021"
98
authors = ["ymgyt"]
109
categories = ["command-line-utilities"]

synd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "synd"
3+
version = "0.1.0"
34
description = "Library to handle syndication spec"
4-
version.workspace = true
55
authors.workspace = true
66
edition.workspace = true
77
license.workspace = true

syndapi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "syndapi"
3+
version = "0.1.0"
34
description = "syndicationd backend api"
4-
version.workspace = true
55
authors.workspace = true
66
edition.workspace = true
77
license.workspace = true

syndterm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syndterm"
3-
version.workspace = true
3+
version = "0.1.0"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)