Skip to content

Commit

Permalink
Set MSRV to 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Oct 14, 2023
1 parent a47c996 commit 74e73eb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions syntaxdot-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ homepage = "https://github.com/tensordot/syntaxdot"
repository = "https://github.com/tensordot/syntaxdot.git"
documentation = "https://github.com/tensordot/syntaxdot"
license = "MIT OR Apache-2.0"
rust-version = "1.70.0"

[[bin]]
name = "syntaxdot"
Expand Down
1 change: 1 addition & 0 deletions syntaxdot-encoders/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ homepage = "https://github.com/tensordot/syntaxdot"
repository = "https://github.com/tensordot/syntaxdot.git"
documentation = "https://docs.rs/syntaxdot-encoders/"
license = "MIT OR Apache-2.0"
rust-version = "1.70.0"

[dependencies]
caseless = "0.2"
Expand Down
1 change: 1 addition & 0 deletions syntaxdot-summary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ homepage = "https://github.com/tensordot/syntaxdot"
repository = "https://github.com/tensordot/syntaxdot.git"
documentation = "https://docs.rs/syntaxdot-transformers/"
license = "MIT OR Apache-2.0"
rust-version = "1.70.0"


[dependencies]
Expand Down
1 change: 1 addition & 0 deletions syntaxdot-tch-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ homepage = "https://github.com/tensordot/syntaxdot"
repository = "https://github.com/tensordot/syntaxdot.git"
documentation = "https://docs.rs/syntaxdot-tch-ext/"
license = "MIT OR Apache-2.0"
rust-version = "1.70.0"

[dependencies]
itertools = "0.11"
Expand Down
1 change: 1 addition & 0 deletions syntaxdot-tokenizers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ homepage = "https://github.com/tensordot/syntaxdot"
repository = "https://github.com/tensordot/syntaxdot.git"
documentation = "https://docs.rs/syntaxdot-tokenizers/"
license = "MIT OR Apache-2.0"
rust-version = "1.70.0"

[dependencies]
ndarray = "0.15"
Expand Down
1 change: 1 addition & 0 deletions syntaxdot-transformers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ homepage = "https://github.com/tensordot/syntaxdot"
repository = "https://github.com/tensordot/syntaxdot.git"
documentation = "https://docs.rs/syntaxdot-transformers/"
license = "MIT OR Apache-2.0"
rust-version = "1.70.0"

[dependencies]
serde = { version = "1", features = ["derive"] }
Expand Down
1 change: 1 addition & 0 deletions syntaxdot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ homepage = "https://github.com/tensordot/syntaxdot"
repository = "https://github.com/tensordot/syntaxdot.git"
documentation = "https://docs.rs/syntaxdot/"
license = "MIT OR Apache-2.0"
rust-version = "1.70.0"

[dependencies]
chu-liu-edmonds = "0.1"
Expand Down

0 comments on commit 74e73eb

Please sign in to comment.