Skip to content

Commit 74e73eb

Browse files
danieldkDaniël de Kok
authored and
Daniël de Kok
committed
Set MSRV to 1.70.0
1 parent a47c996 commit 74e73eb

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

Diff for: syntaxdot-cli/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ homepage = "https://github.com/tensordot/syntaxdot"
88
repository = "https://github.com/tensordot/syntaxdot.git"
99
documentation = "https://github.com/tensordot/syntaxdot"
1010
license = "MIT OR Apache-2.0"
11+
rust-version = "1.70.0"
1112

1213
[[bin]]
1314
name = "syntaxdot"

Diff for: syntaxdot-encoders/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ homepage = "https://github.com/tensordot/syntaxdot"
88
repository = "https://github.com/tensordot/syntaxdot.git"
99
documentation = "https://docs.rs/syntaxdot-encoders/"
1010
license = "MIT OR Apache-2.0"
11+
rust-version = "1.70.0"
1112

1213
[dependencies]
1314
caseless = "0.2"

Diff for: syntaxdot-summary/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ homepage = "https://github.com/tensordot/syntaxdot"
88
repository = "https://github.com/tensordot/syntaxdot.git"
99
documentation = "https://docs.rs/syntaxdot-transformers/"
1010
license = "MIT OR Apache-2.0"
11+
rust-version = "1.70.0"
1112

1213

1314
[dependencies]

Diff for: syntaxdot-tch-ext/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ homepage = "https://github.com/tensordot/syntaxdot"
88
repository = "https://github.com/tensordot/syntaxdot.git"
99
documentation = "https://docs.rs/syntaxdot-tch-ext/"
1010
license = "MIT OR Apache-2.0"
11+
rust-version = "1.70.0"
1112

1213
[dependencies]
1314
itertools = "0.11"

Diff for: syntaxdot-tokenizers/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ homepage = "https://github.com/tensordot/syntaxdot"
88
repository = "https://github.com/tensordot/syntaxdot.git"
99
documentation = "https://docs.rs/syntaxdot-tokenizers/"
1010
license = "MIT OR Apache-2.0"
11+
rust-version = "1.70.0"
1112

1213
[dependencies]
1314
ndarray = "0.15"

Diff for: syntaxdot-transformers/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ homepage = "https://github.com/tensordot/syntaxdot"
88
repository = "https://github.com/tensordot/syntaxdot.git"
99
documentation = "https://docs.rs/syntaxdot-transformers/"
1010
license = "MIT OR Apache-2.0"
11+
rust-version = "1.70.0"
1112

1213
[dependencies]
1314
serde = { version = "1", features = ["derive"] }

Diff for: syntaxdot/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ homepage = "https://github.com/tensordot/syntaxdot"
88
repository = "https://github.com/tensordot/syntaxdot.git"
99
documentation = "https://docs.rs/syntaxdot/"
1010
license = "MIT OR Apache-2.0"
11+
rust-version = "1.70.0"
1112

1213
[dependencies]
1314
chu-liu-edmonds = "0.1"

0 commit comments

Comments
 (0)