From d3a1f1e5e9119c6b9afbc18d92d8cd22379e61f2 Mon Sep 17 00:00:00 2001 From: TheOddGarlic Date: Tue, 2 Aug 2022 12:49:17 +0300 Subject: [PATCH] Bump hashbrown, switch to my toml fork --- Cargo.toml | 1 - ableos/Cargo.toml | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 735bcb00..7673c18a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,4 @@ [workspace] - members = [ "ableos", "asl", diff --git a/ableos/Cargo.toml b/ableos/Cargo.toml index f458a930..556d39dd 100644 --- a/ableos/Cargo.toml +++ b/ableos/Cargo.toml @@ -69,7 +69,6 @@ pc-keyboard = "0.5" version = "0.4.17" default-features = false - [dependencies.logos] version = "0.12" default-features = false @@ -88,7 +87,7 @@ default-features = false features = ["derive", "alloc"] [dependencies.hashbrown] -version = "0.7" +version = "0.12" default-features = false features = ["inline-more"] @@ -109,7 +108,7 @@ git = "https://git.ablecorp.us:443/able/y-compositor-protocol.git" path = "../ext2-rs" [dependencies.toml] -git = "https://github.com/diondokter/toml-rs" +git = "https://git.ablecorp.us:443/theoddgarlic/toml-rs" # version = "0.5.8" default-features = false