You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/07/21 13:04:36 UTC

[skywalking-rust] branch release-doc updated (3597639 -> dc4cff9)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch release-doc
in repository https://gitbox.apache.org/repos/asf/skywalking-rust.git


    from 3597639  Polish the release doc.
     add 3d12768  Move skywalking_proto mod to single files. (#33)
     add dc4cff9  Merge branch 'master' into release-doc

No new revisions were added by this update.

Summary of changes:
 src/context/span.rs                     | 24 ++--------------
 src/lib.rs                              |  7 +----
 src/{common => skywalking_proto}/mod.rs |  3 +-
 src/skywalking_proto/v3/mod.rs          | 51 +++++++++++++++++++++++++++++++++
 4 files changed, 56 insertions(+), 29 deletions(-)
 copy src/{common => skywalking_proto}/mod.rs (96%)
 create mode 100644 src/skywalking_proto/v3/mod.rs