@@ -17,7 +17,7 @@ resolver = "2"
1717
1818# Global settings for our crates
1919[workspace .package ]
20- version = " 0.3.5 "
20+ version = " 0.3.6 "
2121edition = " 2021"
2222license = " Apache-2.0 OR MIT"
2323repository = " https://github.com/pendulum-project/ntpd-rs"
@@ -56,12 +56,12 @@ clap = { version = "4.3.9", features = ["derive", "env"] }
5656async-trait = " 0.1.68"
5757
5858# our own crates used as dependencies, same version as the workspace version
59- ntp-ctl = { version = " 0.3.5 " , path = " ./ntp-ctl" }
60- ntp-daemon = { version = " 0.3.5 " , path = " ./ntp-daemon" }
61- ntp-metrics-exporter = { version = " 0.3.5 " , path = " ./ntp-metrics-exporter" }
62- ntp-os-clock = { version = " 0.3.5 " , path = " ./ntp-os-clock" }
63- ntp-proto = { version = " 0.3.5 " , path = " ./ntp-proto" }
64- ntp-udp = { version = " 0.3.5 " , path = " ./ntp-udp" }
59+ ntp-ctl = { version = " 0.3.6 " , path = " ./ntp-ctl" }
60+ ntp-daemon = { version = " 0.3.6 " , path = " ./ntp-daemon" }
61+ ntp-metrics-exporter = { version = " 0.3.6 " , path = " ./ntp-metrics-exporter" }
62+ ntp-os-clock = { version = " 0.3.6 " , path = " ./ntp-os-clock" }
63+ ntp-proto = { version = " 0.3.6 " , path = " ./ntp-proto" }
64+ ntp-udp = { version = " 0.3.6 " , path = " ./ntp-udp" }
6565
6666# sentry
6767sentry = { version = " 0.29.3" , default-features = false , features = [" backtrace" , " contexts" , " panic" , " reqwest" , " rustls" ] }
0 commit comments