From e2717bdb55e7873207c73f5fc6c1a52fba9791fa Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Thu, 11 Feb 2021 14:40:31 +0000 Subject: [PATCH] Fix SRAM chart for M23xv512 --- Cargo.toml | 2 +- README.md | 4 ++-- src/lib.rs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e6d19f9..68d4def 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sram23x" -version = "0.3.0" +version = "0.3.1" authors = ["Alexander Williams, On-Prem "] repository = "https://github.com/aw/sram23x" edition = "2018" diff --git a/README.md b/README.md index f0d0d84..e58f401 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Read the [API Documentation](https://docs.rs/sram23x) for more information. | M23x640 | 8 KB | 64 Kbit | yes | [23A640/23K640] | | M23x256 | 32 KB | 256 Kbit | yes | [23A256/23K256] | | M23x512 | 64 KB | 512 Kbit | yes | [23A512/23LC512] | -| M23x512 | 64 KB | 512 Kbit | no | [23LCV512] | +| M23xv512 | 64 KB | 512 Kbit | no | [23LCV512] | | M23x1024 | 128 KB | 1 Mbit | yes | [23A1024/23LC1024] | | M23xv1024 | 128 KB | 1 Mbit | no | [23LCV1024] | @@ -46,7 +46,7 @@ Include [library](https://crates.io/crates/sram23x) as a dependency in your Carg ```toml [dependencies] -sram23x = "0.3.0" +sram23x = "0.3.1" ``` Some example usage: diff --git a/src/lib.rs b/src/lib.rs index ba44a01..7bde008 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -24,7 +24,7 @@ Read the [API Documentation](https://docs.rs/sram23x) for more information. | M23x640 | 8 KB | 64 Kbit | yes | [23A640/23K640] | | M23x256 | 32 KB | 256 Kbit | yes | [23A256/23K256] | | M23x512 | 64 KB | 512 Kbit | yes | [23A512/23LC512] | -| M23x512 | 64 KB | 512 Kbit | no | [23LCV512] | +| M23xv512 | 64 KB | 512 Kbit | no | [23LCV512] | | M23x1024 | 128 KB | 1 Mbit | yes | [23A1024/23LC1024] | | M23xv1024 | 128 KB | 1 Mbit | no | [23LCV1024] | @@ -41,7 +41,7 @@ Include [library](https://crates.io/crates/sram23x) as a dependency in your Carg ```toml [dependencies] -sram23x = "0.3.0" +sram23x = "0.3.1" ``` Some example usage: