We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288433e commit ac888a1Copy full SHA for ac888a1
βCargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rust_search"
3
-version = "0.1.4"
+version = "1.0.0"
4
description = "Blazingly fast file search library built in Rust"
5
edition = "2021"
6
authors = ["Parth Jadhav <[email protected]>"]
βREADME.md
@@ -8,11 +8,11 @@ Blazingly fast file search library built in Rust π₯ [Work in progress]
8
9
Please report any problems you encounter when using rust search here: [Issues](https://github.com/ParthJadhav/rust_search/issues)
10
11
-Add `rust_search = "0.1.4"` in Cargo.toml.
+Add `rust_search = "1.0.0"` in Cargo.toml.
12
13
```toml
14
[dependencies]
15
-rust_search = "0.1.4"
+rust_search = "1.0.0"
16
```
17
18
## Examples
0 commit comments