From aaa3fea75326cfd55139db43c2b050635d4c9313 Mon Sep 17 00:00:00 2001 From: nsmryan Date: Sun, 30 Sep 2018 10:47:21 -0400 Subject: [PATCH] bumped version numbers in examples for splines dependancy --- examples/01-hello-world/Cargo.toml | 4 ++-- examples/02-serialization/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/01-hello-world/Cargo.toml b/examples/01-hello-world/Cargo.toml index d11070f..9dc610a 100644 --- a/examples/01-hello-world/Cargo.toml +++ b/examples/01-hello-world/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hello-world" -version = "0.1.0" +version = "0.2.0" authors = ["Dimitri Sabadie "] [dependencies] -splines = "0.1" +splines = "0.2" diff --git a/examples/02-serialization/Cargo.toml b/examples/02-serialization/Cargo.toml index 0c3e61a..6a39ab8 100644 --- a/examples/02-serialization/Cargo.toml +++ b/examples/02-serialization/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "serialization" -version = "0.1.0" +version = "0.2.0" authors = ["Dimitri Sabadie "] [dependencies] serde_json = "1" [dependencies.splines] -version = "0.1" +version = "0.2" features = ["serialization"]