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:
parent
1ebdffed66
commit
78501a90b3
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue