Skip to content

Commit

Permalink
Switch more deps to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Nov 23, 2023
1 parent a88333b commit 7e55760
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ fixed = "1.24"
libm = "0.2.8"
atomic_refcell = "0.1.13"

clock-steering = { git = "https://github.com/pendulum-project/clock-steering.git", rev = "716a540" }
timestamped-socket = { git = "https://github.com/pendulum-project/timestamped-socket.git", rev = "d0e4ed7", features = ["serde"] }


# our own crates used as dependencies, same version as the workspace version
# NOTE: keep this part at the bottom of the file, do not change this line
Expand Down
4 changes: 2 additions & 2 deletions statime-linux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ tokio = { workspace = true, features = ["net", "rt-multi-thread", "time", "macro
rand = { workspace = true, default-features = false, features = ["std", "std_rng"] }
serde.workspace = true

clock-steering = { git = "https://github.com/pendulum-project/clock-steering.git", rev = "716a540" }
timestamped-socket = { git = "https://github.com/pendulum-project/timestamped-socket.git", rev = "d0e4ed7", features = ["serde"] }
clock-steering.workspace = true
timestamped-socket.workspace = true

[package.metadata.deb]
name = "statime"
Expand Down

0 comments on commit 7e55760

Please sign in to comment.