From ebd00a650c6d84001080497aab16273fd9dac571 Mon Sep 17 00:00:00 2001 From: Guillaume Binet Date: Thu, 23 Jul 2026 14:10:43 -0500 Subject: [PATCH] chore: start 1.1 development --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 232aae7..c575272 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ default-members = ["components/sources/cu_zed"] resolver = "2" [workspace.package] -version = "1.0.0" +version = "1.1.0-dev" authors = ["Guillaume Binet "] edition = "2024" rust-version = "1.95" @@ -19,11 +19,11 @@ homepage = "https://github.com/copper-project" repository = "https://github.com/copper-project/zed" [workspace.dependencies] -cu29 = { git = "https://github.com/copper-project/copper-rs.git", branch = "master", version = "1.0.0" } -cu-sensor-payloads = { git = "https://github.com/copper-project/copper-rs.git", branch = "master", version = "1.0.0" } -cu-transform = { git = "https://github.com/copper-project/copper-rs.git", branch = "master", version = "1.0.0" } -zed-sdk = { path = "components/libs/zed_sdk", version = "1.0.0" } -zed-sdk-sys = { path = "components/libs/zed_sdk_sys", version = "1.0.0" } +cu29 = { git = "https://github.com/copper-project/copper-rs.git", branch = "gbin/document-release-versioning", version = "1.1.0-dev" } +cu-sensor-payloads = { git = "https://github.com/copper-project/copper-rs.git", branch = "gbin/document-release-versioning", version = "1.1.0-dev" } +cu-transform = { git = "https://github.com/copper-project/copper-rs.git", branch = "gbin/document-release-versioning", version = "1.1.0-dev" } +zed-sdk = { path = "components/libs/zed_sdk", version = "1.1.0-dev" } +zed-sdk-sys = { path = "components/libs/zed_sdk_sys", version = "1.1.0-dev" } bincode = { package = "cu-bincode", version = "2.0", default-features = false, features = [ "derive",