Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync Cargo.lock with Zenoh b785436 from 2024-08-29 #139

Merged
merged 41 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
ab8b375
chore: Sync Rust toolchain
eclipse-zenoh-bot Jun 13, 2024
f9d846f
Merge pull request #82 from eclipse-zenoh/eclipse-zenoh-bot/sync-tool…
eclipse-zenoh-bot Jun 13, 2024
8f3119e
Migrate to Zenoh 1.0 (#87)
evshary Jun 17, 2024
d216082
build: Sync with eclipse-zenoh/zenoh@65e5df7 from 2024-06-21 (#90)
eclipse-zenoh-bot Jun 21, 2024
21242fd
build: Sync with eclipse-zenoh/zenoh@a6d117b from 2024-06-21 (#91)
eclipse-zenoh-bot Jun 24, 2024
333a64d
build: Sync with eclipse-zenoh/zenoh@2b16fed from 2024-06-25 (#93)
eclipse-zenoh-bot Jun 25, 2024
29ef14e
build: Sync with eclipse-zenoh/zenoh@e1beef1 from 2024-06-25 (#94)
eclipse-zenoh-bot Jun 25, 2024
fcc27b1
build: Sync with eclipse-zenoh/zenoh@fc18f90 from 2024-06-26 (#95)
eclipse-zenoh-bot Jun 26, 2024
3a18c99
build: Sync with eclipse-zenoh/zenoh@1790d59 from 2024-06-26 (#96)
eclipse-zenoh-bot Jun 27, 2024
386ee9c
chore: bump zenoh version (#97)
wyfo Jul 3, 2024
8dc3257
build: Sync with eclipse-zenoh/zenoh@e021d0d from 2024-07-03 (#100)
eclipse-zenoh-bot Jul 3, 2024
c21fcc0
Make listen and connect endpoints ModeDependentValues (#102)
OlivierHecart Jul 5, 2024
2e339d3
build: Sync with eclipse-zenoh/zenoh@c7e418f from 2024-07-05 (#103)
eclipse-zenoh-bot Jul 5, 2024
78617e3
build: Sync with eclipse-zenoh/zenoh@cae8697 from 2024-07-05 (#104)
eclipse-zenoh-bot Jul 5, 2024
2ffac75
build: Sync with eclipse-zenoh/zenoh@6df74c7 from 2024-07-07 (#105)
eclipse-zenoh-bot Jul 8, 2024
ffd56a6
Make rustfmt to ignore rosrust submodule
JEnoch Jul 8, 2024
a7ecd17
Merge pull request #106 from eclipse-zenoh/fix_rustfmt
gabrik Jul 8, 2024
4f2f63e
build: Sync with eclipse-zenoh/zenoh@12b11ee from 2024-07-08 (#107)
eclipse-zenoh-bot Jul 8, 2024
2a7d9f7
build: Sync with eclipse-zenoh/zenoh@9e1c4a8 from 2024-07-08 (#109)
eclipse-zenoh-bot Jul 9, 2024
e789a04
chore: Sync Rust toolchain
eclipse-zenoh-bot Jul 16, 2024
432c606
Merge pull request #110 from eclipse-zenoh/eclipse-zenoh-bot/sync-too…
eclipse-zenoh-bot Jul 16, 2024
1ff27ba
chore: Sync Rust toolchain
eclipse-zenoh-bot Jul 16, 2024
813cc1c
Merge pull request #111 from eclipse-zenoh/eclipse-zenoh-bot/sync-too…
eclipse-zenoh-bot Jul 16, 2024
57651e2
build: Sync with eclipse-zenoh/zenoh@4827f39 from 2024-07-24 (#112)
eclipse-zenoh-bot Jul 25, 2024
45ce426
build: Sync with eclipse-zenoh/zenoh@0c43c08 from 2024-07-25 (#114)
eclipse-zenoh-bot Jul 26, 2024
3d4738a
build: Sync with eclipse-zenoh/zenoh@32bdded from 2024-07-26 (#115)
eclipse-zenoh-bot Jul 26, 2024
de0030b
build: Sync with eclipse-zenoh/zenoh@502d3be from 2024-07-30 (#119)
eclipse-zenoh-bot Jul 30, 2024
3a72e5e
build: Sync with eclipse-zenoh/zenoh@5d09cf7 from 2024-08-01 (#120)
eclipse-zenoh-bot Aug 1, 2024
7d3a643
Merge + squash main -> dev/1.0.0 (#122)
Charles-Schleich Aug 2, 2024
638c636
build: Sync with eclipse-zenoh/zenoh@b1e4dba from 2024-08-05 (#124)
eclipse-zenoh-bot Aug 6, 2024
161bf41
Migrate to tokio (#118)
evshary Aug 6, 2024
65e69fc
build: Sync with eclipse-zenoh/zenoh@b7d42ef from 2024-08-06 (#125)
eclipse-zenoh-bot Aug 6, 2024
6be2965
build: Sync with eclipse-zenoh/zenoh@2d5ab7c from 2024-08-06 (#126)
eclipse-zenoh-bot Aug 6, 2024
c7a5796
build: Sync with eclipse-zenoh/zenoh@0e2f78a from 2024-08-14 (#129)
eclipse-zenoh-bot Aug 14, 2024
85c9978
Bump dev version to `1.0.0-dev` (#130)
zettascale-bot Aug 20, 2024
6fc6663
build: Sync with eclipse-zenoh/zenoh@8b027e9 from 2024-08-22 (#133)
eclipse-zenoh-bot Aug 26, 2024
0425e00
Update config description for async runtime. (#132)
evshary Aug 26, 2024
8c6f030
Merge branch 'main' into merge_main
milyin Aug 28, 2024
f25600c
Merge pull request #135 from eclipse-zenoh/merge_main
milyin Aug 28, 2024
4e41cea
build: Sync with eclipse-zenoh/zenoh@3579f12 from 2024-08-29 (#138)
eclipse-zenoh-bot Aug 29, 2024
9f0e77f
build: Sync Cargo lockfile with Zenoh's
eclipse-zenoh-bot Aug 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
rustup component add rustfmt clippy

- name: Code format check
run: cargo fmt --check
run: cargo fmt -p zenoh-plugin-ros1 -p zenoh-bridge-ros1 --check -- --config "unstable_features=true,imports_granularity=Crate,group_imports=StdExternalCrate"
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

Expand Down Expand Up @@ -83,13 +83,11 @@ jobs:
run: cargo test --verbose
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
ASYNC_STD_THREAD_COUNT: 4

- name: Run doctests
run: cargo test --doc
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
ASYNC_STD_THREAD_COUNT: 4

# NOTE: In GitHub repository settings, the "Require status checks to pass
# before merging" branch protection rule ensures that commits are only merged
Expand Down
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
repos:
- repo: local
hooks:
- id: fmt
name: fmt
entry: cargo fmt -p zenoh-plugin-ros1 -p zenoh-bridge-ros1 -- --config "unstable_features=true,imports_granularity=Crate,group_imports=StdExternalCrate"
language: system
types: [rust]
Loading