Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ironpeak committed Nov 30, 2024
1 parent 8b6ee21 commit d611cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slow_function_warning"
version = "0.4.0-rc.0"
version = "0.4.0"
authors = ["Hrafn Orri Hrafnkelsson <hrafn@vidfjord.is>"]
edition = "2021"
description = "A simple macro that prints a warning if a function takes longer than expected"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
slow_function_warning = "0.2.0"
slow_function_warning = "0.4.0"

# For wasm targets
[target.'cfg(target_family = "wasm")'.dependencies]
Expand Down

0 comments on commit d611cc6

Please sign in to comment.