-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump version to
0.11.0-dev-67-gca80e98
- Loading branch information
1 parent
ca80e98
commit 73e5b6a
Showing
1 changed file
with
45 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,10 @@ | ||
# | ||
# Copyright (c) 2022 ZettaScale Technology | ||
# | ||
# This program and the accompanying materials are made available under the | ||
# terms of the Eclipse Public License 2.0 which is available at | ||
# http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 | ||
# which is available at https://www.apache.org/licenses/LICENSE-2.0. | ||
# | ||
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 | ||
# | ||
# Contributors: | ||
# ZettaScale Zenoh Team, <[email protected]> | ||
# | ||
[workspace] | ||
resolver = "2" | ||
members = ["zenoh-bridge-ros2dds", "zenoh-plugin-ros2dds"] | ||
members = [ "zenoh-bridge-ros2dds", "zenoh-plugin-ros2dds" ] | ||
|
||
[workspace.package] | ||
version = "0.11.0-dev" | ||
authors = ["Julien Enoch <[email protected]>"] | ||
version = "0.11.0-dev-67-gca80e98" | ||
authors = [ "Julien Enoch <[email protected]>" ] | ||
edition = "2021" | ||
repository = "https://github.com/eclipse-zenoh/zenoh-plugin-ros2dds" | ||
homepage = "http://zenoh.io" | ||
|
@@ -43,21 +30,51 @@ regex = "1.7.1" | |
rustc_version = "0.4" | ||
serde = "1.0.154" | ||
serde_json = "1.0.94" | ||
zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [ | ||
"unstable", | ||
] } | ||
zenoh-collections = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } | ||
zenoh-core = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } | ||
zenoh-ext = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [ | ||
"unstable", | ||
] } | ||
zenoh-plugin-rest = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } | ||
zenoh-plugin-trait = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } | ||
zenoh-util = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } | ||
|
||
[workspace.dependencies.zenoh] | ||
version = "0.11.0-dev" | ||
git = "https://github.com/eclipse-zenoh/zenoh.git" | ||
branch = "main" | ||
features = [ "unstable" ] | ||
|
||
[workspace.dependencies.zenoh-collections] | ||
version = "0.11.0-dev" | ||
git = "https://github.com/eclipse-zenoh/zenoh.git" | ||
branch = "main" | ||
|
||
[workspace.dependencies.zenoh-core] | ||
version = "0.11.0-dev" | ||
git = "https://github.com/eclipse-zenoh/zenoh.git" | ||
branch = "main" | ||
|
||
[workspace.dependencies.zenoh-ext] | ||
version = "0.11.0-dev" | ||
git = "https://github.com/eclipse-zenoh/zenoh.git" | ||
branch = "main" | ||
features = [ "unstable" ] | ||
|
||
[workspace.dependencies.zenoh-plugin-rest] | ||
version = "0.11.0-dev" | ||
git = "https://github.com/eclipse-zenoh/zenoh.git" | ||
branch = "main" | ||
default-features = false | ||
|
||
[workspace.dependencies.zenoh-plugin-trait] | ||
version = "0.11.0-dev" | ||
git = "https://github.com/eclipse-zenoh/zenoh.git" | ||
branch = "main" | ||
default-features = false | ||
|
||
[workspace.dependencies.zenoh-util] | ||
version = "0.11.0-dev" | ||
git = "https://github.com/eclipse-zenoh/zenoh.git" | ||
branch = "main" | ||
default-features = false | ||
|
||
[profile] | ||
[profile.release] | ||
debug = false | ||
lto = "fat" | ||
codegen-units = 1 | ||
opt-level = 3 | ||
panic = "abort" | ||
panic = "abort" |