From 58103734715752080a6fc3271121c502e8af8f77 Mon Sep 17 00:00:00 2001 From: Michael Partheil Date: Mon, 16 Oct 2023 18:56:58 +0200 Subject: [PATCH] Specify `rustc-version` to be 1.65 --- instant-segment-py/Cargo.toml | 1 + instant-segment/Cargo.toml | 1 + 2 files changed, 2 insertions(+) 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"