Skip to content

Commit 5725cf5

Browse files
committed
readme
1 parent fae254c commit 5725cf5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

crates/base32-simd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
repository = "https://github.com/Nugine/simd"
88
keywords = ["base32", "simd"]
99
categories = ["no-std", "parser-implementations", "encoding"]
10-
readme = "../../README.md"
10+
readme = "README.md"
1111
rust-version = "1.63"
1212

1313
[package.metadata.docs.rs]

crates/base64-simd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
repository = "https://github.com/Nugine/simd"
88
keywords = ["base64", "simd"]
99
categories = ["no-std", "parser-implementations", "encoding"]
10-
readme = "../../README.md"
10+
readme = "README.md"
1111
rust-version = "1.63"
1212

1313
[package.metadata.docs.rs]

crates/hex-simd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
repository = "https://github.com/Nugine/simd"
88
keywords = ["hex", "simd"]
99
categories = ["no-std", "parser-implementations", "encoding"]
10-
readme = "../../README.md"
10+
readme = "README.md"
1111
rust-version = "1.63"
1212

1313
[package.metadata.docs.rs]

crates/unicode-simd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
repository = "https://github.com/Nugine/simd"
88
keywords = ["utf8", "unicode", "string", "validation", "simd"]
99
categories = ["encoding", "algorithms", "no-std", "text-processing"]
10-
readme = "../../README.md"
10+
readme = "README.md"
1111
rust-version = "1.63"
1212

1313
[package.metadata.docs.rs]

crates/uuid-simd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
repository = "https://github.com/Nugine/simd"
88
keywords = ["uuid", "guid", "simd"]
99
categories = ["no-std", "parser-implementations"]
10-
readme = "../../README.md"
10+
readme = "README.md"
1111
rust-version = "1.63"
1212

1313
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)