chore(license): align Rust example license metadata

- Change example Cargo.toml license from Apache-2.0 to Apache-2.0 OR MIT
This commit is contained in:
Alice39s 2026-06-30 00:44:23 +09:00
parent 1ebdffed66
commit 78501a90b3
No known key found for this signature in database
GPG Key ID: 0E0AA11C3939DDDD
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ version = "0.2.0"
edition = "2024" edition = "2024"
rust-version = "1.89.0" rust-version = "1.89.0"
description = "Rust binding example for ip2region" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html