Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidv1992 committed Jun 15, 2023
1 parent f107a81 commit f02b689
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resolver = "2"

# Global settings for our crates
[workspace.package]
version = "0.3.4"
version = "0.3.5"
edition = "2021"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/pendulum-project/ntpd-rs"
Expand Down Expand Up @@ -56,12 +56,12 @@ clap = { version = "4.3.4", features = ["derive", "env"] }
async-trait = "0.1.68"

# our own crates used as dependencies, same version as the workspace version
ntp-ctl = { version = "0.3.4", path = "./ntp-ctl" }
ntp-daemon = { version = "0.3.4", path = "./ntp-daemon" }
ntp-metrics-exporter = { version = "0.3.4", path = "./ntp-metrics-exporter" }
ntp-os-clock = { version = "0.3.4", path = "./ntp-os-clock" }
ntp-proto = { version = "0.3.4", path = "./ntp-proto" }
ntp-udp = { version = "0.3.4", path = "./ntp-udp" }
ntp-ctl = { version = "0.3.5", path = "./ntp-ctl" }
ntp-daemon = { version = "0.3.5", path = "./ntp-daemon" }
ntp-metrics-exporter = { version = "0.3.5", path = "./ntp-metrics-exporter" }
ntp-os-clock = { version = "0.3.5", path = "./ntp-os-clock" }
ntp-proto = { version = "0.3.5", path = "./ntp-proto" }
ntp-udp = { version = "0.3.5", path = "./ntp-udp" }

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

0 comments on commit f02b689

Please sign in to comment.