From bdb9a68c3b6f20a5703480c563f0bd2483c73726 Mon Sep 17 00:00:00 2001 From: Dimitri Sabadie Date: Tue, 23 Apr 2019 17:37:33 +0200 Subject: [PATCH] 1.0.0-rc.2. --- Cargo.toml | 2 +- examples/01-hello-world/Cargo.toml | 2 +- examples/02-serialization/Cargo.toml | 5 +---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 77ba768..fe5df43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "splines" -version = "1.0.0-rc.1" +version = "1.0.0-rc.2" license = "BSD-3-Clause" authors = ["Dimitri Sabadie "] description = "Spline interpolation made easy" diff --git a/examples/01-hello-world/Cargo.toml b/examples/01-hello-world/Cargo.toml index 9dc610a..7dc3fa2 100644 --- a/examples/01-hello-world/Cargo.toml +++ b/examples/01-hello-world/Cargo.toml @@ -4,4 +4,4 @@ version = "0.2.0" authors = ["Dimitri Sabadie "] [dependencies] -splines = "0.2" +splines = "1.0.0-rc.2" diff --git a/examples/02-serialization/Cargo.toml b/examples/02-serialization/Cargo.toml index 6a39ab8..5aad2fd 100644 --- a/examples/02-serialization/Cargo.toml +++ b/examples/02-serialization/Cargo.toml @@ -5,7 +5,4 @@ authors = ["Dimitri Sabadie "] [dependencies] serde_json = "1" - -[dependencies.splines] -version = "0.2" -features = ["serialization"] +splines = { version = "1.0.0-rc.2", features = ["serialization"] }