From ddc36a9ca3d0107df4ecb73e8623fc04a2243435 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Wed, 28 Nov 2018 08:44:57 -1000 Subject: [PATCH] Bump major number in Cargo.toml for upcoming API change. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b22c627d9..873c04e14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license-file = "LICENSE" name = "ring" readme = "doc/link-to-readme.md" repository = "https://github.com/briansmith/ring" -version = "0.13.5" +version = "0.14.0" # Prevent multiple versions of *ring* from being linked into the same program. links = "ring-asm"