Skip to content

Commit ed2e535

Browse files
banditopazzojcreekmore
authored andcommitted
chore: update version in the readme
1 parent 9f91498 commit ed2e535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A Rust library for parsing raw **SMBIOS/DMI tables**. This crate lets you read a
1010
```toml
1111
# Cargo.toml
1212
[dependencies]
13-
dmidecode = "0.9"
13+
dmidecode = "1"
1414
```
1515

1616
## Example
@@ -60,7 +60,7 @@ The `std` feature just implements the `Error` trait on error types used by
6060

6161
```toml
6262
[dependencies]
63-
dmidecode = { version = "0.9", default-features = false }
63+
dmidecode = { version = "1", default-features = false }
6464
```
6565

6666
## Rust Version Support

0 commit comments

Comments
 (0)