From 6641dfa41232b126d2b6c97ba8626899bbdec189 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 30 Jan 2024 00:27:23 +0700 Subject: [PATCH] Bump `cfg_aliases` to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ee45f83..139c39bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ rwh_05 = ["dep:rwh_05", "ndk/rwh_05"] rwh_06 = ["dep:rwh_06", "ndk/rwh_06"] [build-dependencies] -cfg_aliases = "0.1.1" +cfg_aliases = "0.2.0" [dependencies] bitflags = "2"