Skip to content

Commit 6c142db

Browse files
committed
build: update drawbridge-type to 0.2.2
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 1cdf327 commit 6c142db

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ in
4545
drawbridge-byte = rustPackages.unknown.drawbridge-byte."0.2.0";
4646
drawbridge-client = rustPackages.unknown.drawbridge-client."0.2.3";
4747
drawbridge-jose = rustPackages.unknown.drawbridge-jose."0.2.0";
48-
drawbridge-type = rustPackages.unknown.drawbridge-type."0.2.1";
48+
drawbridge-type = rustPackages.unknown.drawbridge-type."0.2.2";
4949
drawbridge-server = rustPackages.unknown.drawbridge-server."0.2.2";
5050
drawbridge = rustPackages.unknown.drawbridge."0.2.3";
5151
};
@@ -723,7 +723,7 @@ in
723723
drawbridge_client = rustPackages."unknown".drawbridge-client."0.2.3" { inherit profileName; };
724724
drawbridge_jose = rustPackages."unknown".drawbridge-jose."0.2.0" { inherit profileName; };
725725
drawbridge_server = rustPackages."unknown".drawbridge-server."0.2.2" { inherit profileName; };
726-
drawbridge_type = rustPackages."unknown".drawbridge-type."0.2.1" { inherit profileName; };
726+
drawbridge_type = rustPackages."unknown".drawbridge-type."0.2.2" { inherit profileName; };
727727
futures = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures."0.3.24" { inherit profileName; };
728728
tracing = rustPackages."registry+https://github.com/rust-lang/crates.io-index".tracing."0.1.36" { inherit profileName; };
729729
tracing_subscriber = rustPackages."registry+https://github.com/rust-lang/crates.io-index".tracing-subscriber."0.3.15" { inherit profileName; };
@@ -765,7 +765,7 @@ in
765765
dependencies = {
766766
anyhow = rustPackages."registry+https://github.com/rust-lang/crates.io-index".anyhow."1.0.64" { inherit profileName; };
767767
drawbridge_jose = rustPackages."unknown".drawbridge-jose."0.2.0" { inherit profileName; };
768-
drawbridge_type = rustPackages."unknown".drawbridge-type."0.2.1" { inherit profileName; };
768+
drawbridge_type = rustPackages."unknown".drawbridge-type."0.2.2" { inherit profileName; };
769769
http = rustPackages."registry+https://github.com/rust-lang/crates.io-index".http."0.2.8" { inherit profileName; };
770770
mime = rustPackages."registry+https://github.com/rust-lang/crates.io-index".mime."0.3.16" { inherit profileName; };
771771
rustls = rustPackages."registry+https://github.com/rust-lang/crates.io-index".rustls."0.20.6" { inherit profileName; };
@@ -803,7 +803,7 @@ in
803803
camino = rustPackages."registry+https://github.com/rust-lang/crates.io-index".camino."1.1.1" { inherit profileName; };
804804
cap_async_std = rustPackages."registry+https://github.com/rust-lang/crates.io-index".cap-async-std."0.24.4" { inherit profileName; };
805805
drawbridge_jose = rustPackages."unknown".drawbridge-jose."0.2.0" { inherit profileName; };
806-
drawbridge_type = rustPackages."unknown".drawbridge-type."0.2.1" { inherit profileName; };
806+
drawbridge_type = rustPackages."unknown".drawbridge-type."0.2.2" { inherit profileName; };
807807
futures = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures."0.3.24" { inherit profileName; };
808808
futures_rustls = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures-rustls."0.22.2" { inherit profileName; };
809809
hyper = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hyper."0.14.20" { inherit profileName; };
@@ -823,9 +823,9 @@ in
823823
};
824824
});
825825

826-
"unknown".drawbridge-type."0.2.1" = overridableMkRustCrate (profileName: rec {
826+
"unknown".drawbridge-type."0.2.2" = overridableMkRustCrate (profileName: rec {
827827
name = "drawbridge-type";
828-
version = "0.2.1";
828+
version = "0.2.2";
829829
registry = "unknown";
830830
src = fetchCrateLocal (workspaceSrc + "/crates/type");
831831
features = builtins.concatLists [

crates/type/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "drawbridge-type"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Profian Inc"]
55
edition = "2021"
66
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)