Browse Source

Publish new version of dora-message

tags/v0.3.9-rc2
haixuantao 11 months ago
parent
commit
e5fa11c858
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      Cargo.lock
  2. +1
    -1
      Cargo.toml
  3. +1
    -1
      libraries/message/Cargo.toml
  4. +1
    -1
      node-hub/terminal-input/pyproject.toml

+ 1
- 1
Cargo.lock View File

@@ -2537,7 +2537,7 @@ dependencies = [

[[package]]
name = "dora-message"
version = "0.4.2-rc2"
version = "0.4.3"
dependencies = [
"aligned-vec",
"arrow-data",


+ 1
- 1
Cargo.toml View File

@@ -73,7 +73,7 @@ dora-ros2-bridge = { path = "libraries/extensions/ros2-bridge" }
dora-ros2-bridge-msg-gen = { path = "libraries/extensions/ros2-bridge/msg-gen" }
dora-ros2-bridge-python = { path = "libraries/extensions/ros2-bridge/python" }
# versioned independently from the other dora crates
dora-message = { version = "0.4.2-rc2", path = "libraries/message" }
dora-message = { version = "0.4.3", path = "libraries/message" }
arrow = { version = "53" }
arrow-schema = { version = "53" }
arrow-data = { version = "53" }


+ 1
- 1
libraries/message/Cargo.toml View File

@@ -1,7 +1,7 @@
[package]
name = "dora-message"
# versioned separately from the other dora crates
version = "0.4.2-rc2"
version = "0.4.3"
edition.workspace = true
documentation.workspace = true
description.workspace = true


+ 1
- 1
node-hub/terminal-input/pyproject.toml View File

@@ -1,6 +1,6 @@
[project]
name = "terminal-input"
version = "0.3.9-rc1"
version = "0.3.9-rc2"
authors = [
{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" },
{ name = "Enzo Le Van", email = "dev@enzo-le-van.fr" },


Loading…
Cancel
Save