Skip to content

Commit

Permalink
fix(sys): remove library type declaration
Browse files Browse the repository at this point in the history
nginx-sys cannot be used as rlib or as a static library.
  • Loading branch information
bavshin-f5 committed Nov 22, 2024
1 parent 92408b8 commit ad4d80a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nginx-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ license = "Apache-2.0"
keywords = ["nginx", "ffi", "sys"]
build = "build/main.rs"

[lib]
crate-type = ["staticlib", "rlib"]

[dependencies]

[build-dependencies]
Expand Down

0 comments on commit ad4d80a

Please sign in to comment.