Skip to content

Commit 82b4bcf

Browse files
authored
Updated cyclors to 0.3.6. (#497)
1 parent 1401712 commit 82b4bcf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async-trait = "0.1.66"
3434
bincode = "1.3.3"
3535
cdr = "0.2.4"
3636
clap = "3.2.23"
37-
cyclors = "=0.3.5"
37+
cyclors = "=0.3.6"
3838
derivative = "2.2.0"
3939
flume = "0.11.0"
4040
futures = "0.3.26"

zenoh-plugin-dds/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const CYCLONEDDS_CONFIG_LOCALHOST_ONLY: &str = r#"<CycloneDDS><Domain><General><
135135

136136
// CycloneDDS' enable-shm: enable usage of Iceoryx PSMX plugin
137137
#[cfg(feature = "dds_shm")]
138-
const CYCLONEDDS_CONFIG_ENABLE_SHM: &str = r#"<CycloneDDS><Domain><General><Interfaces><PubSubMessageExchange name="iox" library="psmx_iox" priority="1000000"/></Interfaces></General></Domain></CycloneDDS>,"#;
138+
const CYCLONEDDS_CONFIG_ENABLE_SHM: &str = r#"<CycloneDDS><Domain><General><Interfaces><PubSubMessageExchange type="iox" library="psmx_iox"/></Interfaces></General></Domain></CycloneDDS>,"#;
139139

140140
const ROS_DISCOVERY_INFO_POLL_INTERVAL_MS: u64 = 500;
141141

0 commit comments

Comments
 (0)