diff --git a/instant-segment-py/Cargo.toml b/instant-segment-py/Cargo.toml index 80bfb61..8de362e 100644 --- a/instant-segment-py/Cargo.toml +++ b/instant-segment-py/Cargo.toml @@ -2,6 +2,7 @@ name = "instant-segment-py" version = "0.1.5" edition = "2018" +rust-version = "1.65" license = "Apache-2.0" workspace = ".." description = "Fast English word segmentation" diff --git a/instant-segment/Cargo.toml b/instant-segment/Cargo.toml index 1c46bb8..84b249f 100644 --- a/instant-segment/Cargo.toml +++ b/instant-segment/Cargo.toml @@ -2,6 +2,7 @@ name = "instant-segment" version = "0.10.1" edition = "2018" +rust-version = "1.65" license = "Apache-2.0" description = "Fast English word segmentation" homepage = "https://github.com/InstantDomain/instant-segment"