From 92320aa9d1e729c58539bef5bd39cafe5949c41e Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Fri, 2 Aug 2024 09:33:13 +0200 Subject: [PATCH] typo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6be8b2..3d25021 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ repository = "https://github.com/phip1611/tar-no-std" documentation = "https://docs.rs/tar-no-std" rust-version = "1.76.0" -# required because "env_logger" uses "log" but with dependency to std.. +# required because "env_logger" uses "log" but with dependency to std. resolver = "2" [features]