Skip to content

Commit

Permalink
Merge pull request #194 from elfenpiff/iox2-77-0.3.0-release-rc1
Browse files Browse the repository at this point in the history
[#77] Small adjustments
  • Loading branch information
elfenpiff committed Apr 18, 2024
2 parents f91f6fb + e310cfb commit a33cc28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ iceoryx2-bb-log = { version = "0.3.0", path = "iceoryx2-bb/log/" }
iceoryx2-bb-memory = { version = "0.3.0", path = "iceoryx2-bb/memory/" }
iceoryx2-bb-posix = { version = "0.3.0", path = "iceoryx2-bb/posix/" }
iceoryx2-bb-system-types = { version = "0.3.0", path = "iceoryx2-bb/system-types/" }
iceoryx2-bb-trait-tests = { version = "0.3.0", path = "iceoryx2-bb/trait-tests/" }
iceoryx2-bb-testing = { version = "0.3.0", path = "iceoryx2-bb/testing/" }

iceoryx2-pal-concurrency-sync = { version = "0.3.0", path = "iceoryx2-pal/concurrency-sync/" }
Expand Down
2 changes: 1 addition & 1 deletion internal/scripts/crates_io_publish_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ cargo publish -p iceoryx2-bb-posix
cargo publish -p iceoryx2-bb-lock-free
cargo publish -p iceoryx2-bb-threadsafe
cargo publish -p iceoryx2-bb-memory
cargo publish -p iceoryx2-bb-trait-tests
cargo publish -p iceoryx2-cal
cargo publish -p iceoryx2-bb-trait-tests
cargo publish -p iceoryx2

0 comments on commit a33cc28

Please sign in to comment.