Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump all crates to 1.70 MSRV. #476

Merged
merged 2 commits into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
rust-version = "1.65"
rust-version = "1.70"
authors = ["Predrag Gruevski <[email protected]>"]
license = "Apache-2.0"

Expand Down
4 changes: 3 additions & 1 deletion pytrustfall/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[package]
name = "pytrustfall"
version = "0.1.6"
edition = "2021"
rust-version.workspace = true
edition.workspace = true
authors.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
286 changes: 122 additions & 164 deletions pytrustfall/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pytrustfall/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ authors = ["Predrag Gruevski <[email protected]>"]
python = "^3.9"

[tool.poetry.dev-dependencies]
maturin = "^0.12.5"
maturin = "^1.2.3"
pytest = "^6.2.5"
black = "^22.10.0"

Expand Down
2 changes: 1 addition & 1 deletion trustfall_stubgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "trustfall_stubgen"
version = "0.3.0"
rust-version = "1.70"
license = "Apache-2.0"
description = "Generate a Trustfall adapter stub for a given schema."
repository = "https://github.com/obi1kenobi/trustfall"
readme = "../README.md"
rust-version.workspace = true
edition.workspace = true
authors.workspace = true

Expand Down
4 changes: 3 additions & 1 deletion trustfall_testbin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
publish = false
name = "trustfall_testbin"
version = "0.1.0"
edition = "2021"
rust-version.workspace = true
edition.workspace = true
authors.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
5 changes: 3 additions & 2 deletions trustfall_wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "trustfall_wasm"
version = "0.1.0"
edition = "2021"

rust-version.workspace = true
edition.workspace = true
authors.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[package.metadata.wasm-pack.profile.release]
Expand Down