-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: update nixpkgs, cargo and crates (#105)
Signed-off-by: Tiago Castro <[email protected]>
- Loading branch information
1 parent
d627f01
commit af74cfc
Showing
28 changed files
with
114 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[submodule "h2"] | ||
path = h2 | ||
url = https://github.com/openebs/h2.git | ||
branch = v0.3-auth-fix | ||
branch = v0.4.x |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,16 @@ | ||
[package] | ||
name = "composer" | ||
version = "0.1.0" | ||
authors = ["Tiago Castro <[email protected]>"] | ||
edition = "2018" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
tokio = { version = "1.32.0", features = [ "full" ] } | ||
futures = "0.3.28" | ||
tracing = "0.1.37" | ||
once_cell = "1.18.0" | ||
tokio = { version = "1.41.0", features = ["full"] } | ||
futures = "0.3.31" | ||
tracing = "0.1.40" | ||
once_cell = "1.20.2" | ||
ipnetwork = "0.20.0" | ||
bollard = "0.15.0" | ||
strum = "0.25" | ||
strum_macros = "0.25" | ||
|
||
[dev-dependencies.serde] | ||
# v1.0.198 introduces a breaking change by making use of unstable feature saturating_int_impl! | ||
# Let's ensure we don't use v.1.0.198 or newer until we upgrade the compiler! | ||
# https://github.com/serde-rs/serde/issues/2734 | ||
version = ">=1.0.188,<1.0.198" | ||
bollard = "0.17.1" | ||
strum = "0.26" | ||
strum_macros = "0.26" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
[package] | ||
name = "devinfo" | ||
version = "1.0.0" | ||
authors = ["Jeffry Molanus <[email protected]>"] | ||
edition = "2018" | ||
|
||
[dependencies] | ||
nix = { version = "0.27.1", default-features = false, features = [ "feature" ] } | ||
semver = "1.0.20" | ||
snafu = "0.7.5" | ||
url = "2.4.1" | ||
uuid = { version = "1.4.1", features = ["v4"] } | ||
nix = { version = "0.29.0", default-features = false, features = ["feature"] } | ||
semver = "1.0.23" | ||
snafu = "0.8.5" | ||
url = "2.5.2" | ||
uuid = { version = "1.11.0", features = ["v4"] } | ||
[build-dependencies] | ||
bindgen = "0.68.1" | ||
bindgen = "0.70.1" | ||
|
||
[target.'cfg(target_os="linux")'.dependencies] | ||
udev = "0.8.0" | ||
udev = "0.9.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule h2
updated
44 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -euo pipefail | ||
|
||
for d in `find -maxdepth 3 -name Cargo.toml -printf '%h\n' | grep -v "^./h2"`; do | ||
pushd $d | ||
$@ | ||
popd | ||
done | ||
|
Oops, something went wrong.