Skip to content

Commit

Permalink
feat!: set supported Rust version to 1.79.0
Browse files Browse the repository at this point in the history
See #96
  • Loading branch information
bavshin-f5 committed Nov 22, 2024
1 parent 19c7a23 commit 7b5a6fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ edition = "2021"
license = "Apache-2.0"
homepage = "https://github.com/nginxinc/ngx-rust"
repository = "https://github.com/nginxinc/ngx-rust"
rust-version = "1.79.0"

[package]
name = "ngx"
Expand All @@ -21,6 +22,7 @@ edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true

[dependencies]
nginx-sys = { path = "nginx-sys", version = "0.5.0"}
Expand Down
1 change: 1 addition & 0 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true

[dev-dependencies]
ngx = { path = "../", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions nginx-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true

[dependencies]

Expand Down

0 comments on commit 7b5a6fb

Please sign in to comment.