From cf0253a63e63396df4f01d77aaebe2869ce21314 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 8 Jan 2021 10:39:51 -0500 Subject: [PATCH] 1.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a47fce..d66d7bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "byteorder" -version = "1.3.4" #:version +version = "1.4.0" #:version authors = ["Andrew Gallant "] description = "Library for reading/writing numbers in big-endian and little-endian." documentation = "https://docs.rs/byteorder"