Skip to content

Commit ac888a1

Browse files
committed
chore(release): version v1.0.0 🎊
1 parent 288433e commit ac888a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€ŽCargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust_search"
3-
version = "0.1.4"
3+
version = "1.0.0"
44
description = "Blazingly fast file search library built in Rust"
55
edition = "2021"
66
authors = ["Parth Jadhav <[email protected]>"]

β€ŽREADME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Blazingly fast file search library built in Rust πŸ”₯ [Work in progress]
88

99
Please report any problems you encounter when using rust search here: [Issues](https://github.com/ParthJadhav/rust_search/issues)
1010

11-
Add `rust_search = "0.1.4"` in Cargo.toml.
11+
Add `rust_search = "1.0.0"` in Cargo.toml.
1212

1313
```toml
1414
[dependencies]
15-
rust_search = "0.1.4"
15+
rust_search = "1.0.0"
1616
```
1717

1818
## Examples

0 commit comments

Comments
Β (0)