From 4afb8049ed998db308eec05e152152eb0317344b Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 18 Nov 2025 00:23:07 +0000 Subject: [PATCH] wip --- .gitignore | 1 + Cargo.toml | 6 +++--- derive/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2c32b89..70cc9f9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ .idea rls*.log tarpaulin-report.html +process-repo.log diff --git a/Cargo.toml b/Cargo.toml index 4b6a5e0..b75adc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ -[workspace] -members = ["derive", "compatibility"] +# [workspace] +# members = ["derive", "compatibility"] [package] name = "bincode" @@ -10,7 +10,7 @@ authors = [ "Victor Koenders ", ] exclude = ["logo.svg", "examples/*", ".gitignore", ".github/"] -rust-version = "1.85.0" +# rust-version = "1.85.0" publish = true diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 5ae4d59..4001c93 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -6,7 +6,7 @@ authors = [ "Victor Koenders ", ] edition = "2021" -rust-version = "1.85.0" +# rust-version = "1.85.0" repository = "https://github.com/bincode-org/bincode" documentation = "https://docs.rs/bincode_derive"