Skip to content

Commit

Permalink
misc: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisGorbachev committed Aug 1, 2024
1 parent 7ff17ce commit 7c71569
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "not-found-error"
version = "0.1.6"
version = "0.2.0"
edition = "2021"
description = "Convert Option to Result using convenient functions"
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ let result = locate(numbers, |&&n| n == 0);
assert_eq!(result, Err(NotFoundError::new()));
```

[__cargo_doc2readme_dependencies_info]: ggGkYW0BYXSEGyMws-dKI-LpG9swkVXG-rikGwSuJGhB0NVbG974QPrPJF6XYXKEGwRzzb7naNYKG2gdwYR7DdCLG0pVq38AfRxlG0D7v_C8zAyOYWSBg29ub3QtZm91bmQtZXJyb3JlMC4xLjZvbm90X2ZvdW5kX2Vycm9y
[__cargo_doc2readme_dependencies_info]: ggGkYW0BYXSEGyMws-dKI-LpG9swkVXG-rikGwSuJGhB0NVbG974QPrPJF6XYXKEGwRzzb7naNYKG2gdwYR7DdCLG0pVq38AfRxlG0D7v_C8zAyOYWSBg29ub3QtZm91bmQtZXJyb3JlMC4yLjBvbm90X2ZvdW5kX2Vycm9y
[__link0]: https://docs.rs/not-found-error/latest/not_found_error/?search=require
[__link1]: https://docs.rs/not-found-error/latest/not_found_error/trait.Require.html
[__link2]: https://docs.rs/not-found-error/latest/not_found_error/?search=not_found
Expand Down

0 comments on commit 7c71569

Please sign in to comment.