Skip to content

Commit eb718ab

Browse files
committed
chore: Release
1 parent f919534 commit eb718ab

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resolver = "2"
1717

1818
# Global settings for our crates
1919
[workspace.package]
20-
version = "0.3.0-alpha.3"
20+
version = "0.3.0-alpha.4"
2121
edition = "2021"
2222
license = "Apache-2.0 OR MIT"
2323
repository = "https://github.com/pendulum-project/ntpd-rs"
@@ -56,12 +56,12 @@ clap = { version = "4.1.8", features = ["derive", "env"] }
5656
async-trait = "0.1.66"
5757

5858
# our own crates used as dependencies, same version as the workspace version
59-
ntp-ctl = { version = "0.3.0-alpha.3", path = "./ntp-ctl" }
60-
ntp-daemon = { version = "0.3.0-alpha.3", path = "./ntp-daemon" }
61-
ntp-metrics-exporter = { version = "0.3.0-alpha.3", path = "./ntp-metrics-exporter" }
62-
ntp-os-clock = { version = "0.3.0-alpha.3", path = "./ntp-os-clock" }
63-
ntp-proto = { version = "0.3.0-alpha.3", path = "./ntp-proto" }
64-
ntp-udp = { version = "0.3.0-alpha.3", path = "./ntp-udp" }
59+
ntp-ctl = { version = "0.3.0-alpha.4", path = "./ntp-ctl" }
60+
ntp-daemon = { version = "0.3.0-alpha.4", path = "./ntp-daemon" }
61+
ntp-metrics-exporter = { version = "0.3.0-alpha.4", path = "./ntp-metrics-exporter" }
62+
ntp-os-clock = { version = "0.3.0-alpha.4", path = "./ntp-os-clock" }
63+
ntp-proto = { version = "0.3.0-alpha.4", path = "./ntp-proto" }
64+
ntp-udp = { version = "0.3.0-alpha.4", path = "./ntp-udp" }
6565

6666
# sentry
6767
sentry = { version = "0.29.3", default-features = false, features = ["backtrace", "contexts", "panic", "reqwest", "rustls"] }

0 commit comments

Comments
 (0)