We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c0d49 commit bb74c0fCopy full SHA for bb74c0f
ci/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ci"
3
-version = "0.0.2-beta"
+version = "0.0.3"
4
authors = ["Abid Omar <contact@omarabid.com>"]
5
edition = "2021"
6
repository = "https://github.com/CodeInputCorp/cli"
@@ -23,7 +23,7 @@ journald = ["codeinput/journald"]
23
syslog = ["codeinput/syslog"]
24
25
[dependencies]
26
-codeinput = { version = "0.0.2-beta", path = "../codeinput" }
+codeinput = { version = "0.0.3", path = "../codeinput" }
27
human-panic = { workspace = true }
28
better-panic = { workspace = true }
29
log = { workspace = true }
0 commit comments