Skip to content

Commit

Permalink
Fix Debian package for 0.10.1-rc (#228)
Browse files Browse the repository at this point in the history
* fix: Incorrect version in dep of libzenohc-dev Debian pkg

* fix: Set Debian pkg revision to "1"
  • Loading branch information
fuzzypixelz authored Jan 11, 2024
1 parent bb55e07 commit a0bacbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ maintainer = "zenoh-dev@eclipse.org"
copyright = "2017, 2022 ZettaScale Technology"
section = "net"
license-file = ["LICENSE", "0"]
depends = "libzenohc (=0.7.0~dev)"
depends = "libzenohc (=0.10.1-rc-1)"
assets = [["include/*", "usr/include/", "755"]]

[profile.dev]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ maintainer = "zenoh-dev@eclipse.org"
copyright = "2017, 2022 ZettaScale Technology"
section = "net"
license-file = ["LICENSE", "0"]
depends = "libzenohc (=0.7.0~dev)"
depends = "libzenohc (=0.10.1-rc-1)"
assets = [["include/*", "usr/include/", "755"]]

[profile.dev]
Expand Down

0 comments on commit a0bacbb

Please sign in to comment.