Skip to content

Commit

Permalink
feat(cloudflare): update libredirectionio version
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Oct 2, 2023
1 parent b2254e3 commit 7bbbad1
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 = "redirectionio-cloudflare-worker"
version = "2.6.0"
version = "2.7.0"
authors = ["[email protected]"]
edition = "2018"

Expand All @@ -10,7 +10,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
chrono = { version = "0.4.19", features = ["serde", "wasmbind"] }
futures-util = { version = "0.3.21", default-features = false }
redirectionio = { version = "=2.7.1", default-features = false }
redirectionio = { version = "=2.9.0", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.70"
worker = "0.0.15"
Expand Down

0 comments on commit 7bbbad1

Please sign in to comment.