Browse Source

Publish temporary dora-message

tags/v0.3.9-rc1
haixuantao 11 months ago
parent
commit
6e46f2ee93
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      Cargo.lock
  2. +1
    -1
      Cargo.toml
  3. +1
    -1
      libraries/message/Cargo.toml

+ 1
- 1
Cargo.lock View File

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

[[package]]
name = "dora-message"
version = "0.4.2"
version = "0.4.2-rc1"
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.3", path = "libraries/message" }
dora-message = { version = "0.4.2-rc1", 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"
version = "0.4.2-rc1"
edition.workspace = true
documentation.workspace = true
description.workspace = true


Loading…
Cancel
Save