From 88274410c6a69a17eabd5faabcc370b77003d55a Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Sat, 27 Jul 2024 21:39:04 +0200 Subject: [PATCH] update version on Cargo.toml --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index df1a3f3bf9..00ffd4e21e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,14 +26,14 @@ documentation = "https://github.com/raphamorim/rio#readme" # Note: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations # Sugarloaf example uses path when used locally, but uses # version from crates.io when published. -sugarloaf = { path = "sugarloaf", version = "0.1.2" } -corcovado = { path = "corcovado", version = "0.1.2" } -rio-config = { path = "rio-config", version = "0.1.2" } -rio-proc-macros = { path = "rio-proc-macros", version = "0.1.2" } -copa = { path = "copa", default-features = true, version = "0.1.2" } -teletypewriter = { path = "teletypewriter", version = "0.1.2" } -rio-backend = { path = "rio-backend", version = "0.1.2" } -wa = { path = "wa", version = "0.1.2" } +sugarloaf = { path = "sugarloaf", version = "0.1.3" } +corcovado = { path = "corcovado", version = "0.1.3" } +rio-config = { path = "rio-config", version = "0.1.3" } +rio-proc-macros = { path = "rio-proc-macros", version = "0.1.3" } +copa = { path = "copa", default-features = true, version = "0.1.3" } +teletypewriter = { path = "teletypewriter", version = "0.1.3" } +rio-backend = { path = "rio-backend", version = "0.1.3" } +wa = { path = "wa", version = "0.1.3" } raw-window-handle = "0.6.2" parking_lot = "0.12.3"