Skip to content

Commit

Permalink
chore: update rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Jul 29, 2024
1 parent f68e76b commit b885129
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rust/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "quary"
version = "0.3.2"
edition = "2021"
rust-version = "1.79.0"
rust-version = "1.80.0"

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

Expand Down
2 changes: 1 addition & 1 deletion rust/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "quary-core"
version = "0.3.2"
authors = ["Ben King <9087625+benfdking@users.noreply.github.com>"]
edition = "2021"
rust-version = "1.79.0"
rust-version = "1.80.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
2 changes: 1 addition & 1 deletion rust/dbt-converter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "dbt-converter"
version = "0.3.2"
edition = "2021"
rust-version = "1.79.0"
rust-version = "1.80.0"

[dependencies]
serde_yaml = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion rust/quary-databases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "quary-databases"
version = "0.3.2"
edition = "2021"
rust-version = "1.79.0"
rust-version = "1.80.0"

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

Expand Down
2 changes: 1 addition & 1 deletion rust/sqlinference/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sqlinference"
version = "0.3.2"
edition = "2021"
rust-version = "1.79.0"
rust-version = "1.80.0"

[lib]

Expand Down
2 changes: 1 addition & 1 deletion rust/wasm-binding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "quary-wasm-bindgen"
version = "0.3.2"
authors = ["Ben King <9087625+benfdking@users.noreply.github.com>"]
edition = "2021"
rust-version = "1.79.0"
rust-version = "1.80.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down

0 comments on commit b885129

Please sign in to comment.