This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-rust.git
from 28eab63 Init basic project structure (#3)
add 9b97473 Fix: edition: 2021
add 949b5f5 Create CI.yml
add 04a3e3f Update CI.yml
add 2e73b00 Merge branch 'main' into dubbo_rust_1.0
new 1f5fb8e Enable Github Actions CI workflow #6
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/CI.yml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++
common/Cargo.toml | 2 +-
config/Cargo.toml | 2 +-
metadata/Cargo.toml | 2 +-
protocol/Cargo.toml | 2 +-
registry/Cargo.toml | 2 +-
xds/Cargo.toml | 2 +-
7 files changed, 60 insertions(+), 6 deletions(-)
create mode 100644 .github/workflows/CI.yml