Skip to content

Commit

Permalink
Bump Cargo crate
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jan 8, 2025
1 parent 872e5fb commit e8626ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cloudflare-zlib-sys"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
authors = ["Vlad Krasnov <[email protected]>", "Kornel Lesiński <[email protected]>", "Mark Adler <[email protected]>"]
categories = ["external-ffi-bindings", "compression"]
Expand All @@ -20,7 +20,7 @@ crate-type = ["lib", "staticlib"]
path = "rust/lib.rs"

[build-dependencies]
cc = "1.0.67"
cc = "1.1"

[features]
# Obsolete
Expand Down

0 comments on commit e8626ac

Please sign in to comment.