Skip to content

Commit

Permalink
Remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
omid committed Aug 30, 2023
1 parent 9c7a120 commit 39f47b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

## [Unreleased]
## Added
- Also generate `*_origin` function for every cached function to allow calling the original function without caching.
- Also generate `*_origin` function for every cached function to allow calling the original function
without caching. It can be backward incompatible, if you have a function with the same name.
## Changed
## Removed

Expand Down
5 changes: 0 additions & 5 deletions cached_proc_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,3 @@ proc-macro2 = "1.0.49"
[dependencies.syn]
version = "1.0.27"
features = ["full"]

[dependencies.cached_proc_macro_types]
version = "0.1.0"
path = "../cached_proc_macro_types"

3 changes: 0 additions & 3 deletions examples/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ path ="../.."
default_features = false
features = ["proc_macro", "wasm"]

[dependencies.web-sys]
version = "0.3"

[dependencies.chrono]
version = "0.4"
features = [
Expand Down

0 comments on commit 39f47b4

Please sign in to comment.