From 83e6e8c38f3c207a01340efafebd522ca84ddaec Mon Sep 17 00:00:00 2001 From: Laurence Tratt Date: Sun, 24 Nov 2024 09:32:38 +0000 Subject: [PATCH 1/2] We haven't used Travis in a very long time. --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index af42223..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: rust -rust: stable -before_script: -- rustup component add rustfmt-preview -script: -- cargo fmt --all -- --check -- cargo build -- cargo test -- cargo test --features "serde" From c35e6d512c8a2c8a08cd8b87d0966a7f4c92e96b Mon Sep 17 00:00:00 2001 From: Laurence Tratt Date: Sun, 24 Nov 2024 12:30:14 +0000 Subject: [PATCH 2/2] Update `deny.toml`. We need to remove the deprecated `unlicensed` field and reflect a change in `unicode-ident`'s license. --- deny.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deny.toml b/deny.toml index 31719a9..c4f7027 100644 --- a/deny.toml +++ b/deny.toml @@ -1,8 +1,7 @@ [licenses] -unlicensed = "deny" confidence-threshold = 1.0 allow = [ "Apache-2.0", "MIT", - "Unicode-DFS-2016" + "Unicode-3.0" ]