Skip to content

Commit 686157f

Browse files
committed
chore(release): release for crates.io
1 parent c543e8b commit 686157f

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ journald = ["utils/journald"]
2121
syslog = ["utils/syslog"]
2222

2323
[dependencies]
24-
utils = { path = "utils" }
25-
cli = { path = "cli" }
26-
core = { path = "core" }
24+
utils = { path = "utils", version = "0.0.1-beta" }
25+
cli = { path = "cli" , version = "0.0.1-beta"}
26+
core = { path = "core" , version = "0.0.1-beta"}
2727
human-panic = "2.0.0"
2828
better-panic = "0.3.0"
2929
log = "0.4.27"

cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.0.1-beta"
44
authors = ["Abid Omar <contact@omarabid.com>"]
55
description = "CLI interface"
66
edition = "2024"
7+
publish = false
78

89
[dependencies]
910
utils = { path = "../utils" }

core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.0.1-beta"
44
authors = ["Abid Omar <contact@omarabid.com>"]
55
description = "The application core code"
66
edition = "2024"
7+
publish = false
78

89
[dependencies]
910
utils = { path = "../utils" }

utils/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.0.1-beta"
44
authors = ["Abid Omar <contact@omarabid.com>"]
55
description = "Various utilities and functionalities"
66
edition = "2024"
7+
publish = false
78

89
[features]
910
nightly = []

0 commit comments

Comments
 (0)