From 78501a90b318efb8ed9f2ec7620fa8bc136ddd08 Mon Sep 17 00:00:00 2001 From: Alice39s Date: Tue, 30 Jun 2026 00:44:23 +0900 Subject: [PATCH] chore(license): align Rust example license metadata - Change example Cargo.toml license from Apache-2.0 to Apache-2.0 OR MIT --- binding/rust/example/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding/rust/example/Cargo.toml b/binding/rust/example/Cargo.toml index 1fe8ebf..c81e2cc 100644 --- a/binding/rust/example/Cargo.toml +++ b/binding/rust/example/Cargo.toml @@ -5,7 +5,7 @@ version = "0.2.0" edition = "2024" rust-version = "1.89.0" description = "Rust binding example for ip2region" -license = "Apache-2.0" +license = "Apache-2.0 OR MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html