Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Jul 8, 2024
1 parent 66c186b commit 6c634df
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 144 deletions.
59 changes: 29 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ strip = true
opt-level = 's'

[workspace.package]
version = "0.5.4"
version = "1.0.0"
edition = "2021"
repository = "https://github.com/ldclabs/idempotent-proxy"
keywords = ["idempotent", "reverse", "proxy", "icp"]
Expand Down
1 change: 0 additions & 1 deletion src/idempotent-proxy-canister/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ license.workspace = true
crate-type = ["cdylib"]

[dependencies]
async-trait = "0.1"
bytes = "1.6"
candid = "0.10"
ic-cdk = "0.14"
Expand Down
Loading

0 comments on commit 6c634df

Please sign in to comment.