Browse Source

Bump dora-message version to 0.4.0

tags/v0.3.6
Philipp Oppermann 1 year ago
parent
commit
3469f8068b
Failed to extract signature
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

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

[[package]]
name = "dora-message"
version = "0.3.5"
version = "0.4.0"
dependencies = [
"aligned-vec",
"arrow-data",


+ 1
- 1
Cargo.toml View File

@@ -68,7 +68,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.3.5", path = "libraries/message" }
dora-message = { version = "0.4.0", path = "libraries/message" }
arrow = { version = "52" }
arrow-schema = { version = "52" }
arrow-data = { version = "52" }


+ 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.3.5"
version = "0.4.0"
edition = "2021"
documentation.workspace = true
description.workspace = true


Loading…
Cancel
Save