Skip to content

Commit

Permalink
Cleanup of the cargo.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld authored and davidv1992 committed Nov 22, 2023
1 parent 679edae commit 97c731c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ description = "Full-featured implementation of NTP with NTS support"
publish = true
rust-version = "1.67" # MSRV

[workspace.metadata.release]
sign-commit = true
sign-tag = true
shared-version = true
consolidate-commits = true
tag = false

# Because of the async runtime, we really want panics to cause an abort, otherwise
# the binary can keep on running as a ghost
[profile.dev]
Expand Down Expand Up @@ -70,4 +63,3 @@ zeroize = "1.5"
ntp-os-clock = { version = "1.0.0", path = "./ntp-os-clock" }
ntp-proto = { version = "1.0.0", path = "./ntp-proto", features = ["__internal-api"] }
ntp-udp = { version = "1.0.0", path = "./ntp-udp" }
ntpd = { version = "1.0.0", path = "./ntpd" }
5 changes: 0 additions & 5 deletions ntpd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ publish.workspace = true
rust-version.workspace = true
build = "build.rs"

[package.metadata.release]
tag = true
tag-name = "v{{version}}"

[dependencies]
ntp-proto.workspace = true
ntp-os-clock.workspace = true
Expand Down Expand Up @@ -81,7 +77,6 @@ assets = [
["docs/examples/conf/ntpd-rs.preset", "/lib/systemd/system-preset/50-ntpd-rs.preset", "644"],
["docs/examples/conf/ntpd-rs.service", "/lib/systemd/system/ntpd-rs.service", "644"],
["docs/examples/conf/ntpd-rs-metrics.service", "/lib/systemd/system/ntpd-rs-metrics.service", "644"],
["docs/examples/conf/ntp.toml.default", "/usr/share/doc/ntpd-rs/ntp.toml.default", "644"],
["../COPYING", "/usr/share/doc/ntpd-rs/COPYING", "644"],
["../LICENSE-APACHE", "/usr/share/doc/ntpd-rs/LICENSE-APACHE", "644"],
["../LICENSE-MIT", "/usr/share/doc/ntpd-rs/LICENSE-MIT", "644"],
Expand Down

0 comments on commit 97c731c

Please sign in to comment.