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/19 07:17:27 UTC

[skywalking-rust] branch master updated: Bump to 0.3.0. (#30)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2d61651  Bump to 0.3.0. (#30)
2d61651 is described below

commit 2d61651e7d8c2e4e2af1da09e5eaf1577a42b306
Author: jmjoy <91...@qq.com>
AuthorDate: Tue Jul 19 15:17:23 2022 +0800

    Bump to 0.3.0. (#30)
---
 Cargo.toml     | 2 +-
 e2e/Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index b1c1476..64c5268 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ members = [
 
 [package]
 name = "skywalking"
-version = "0.2.0"
+version = "0.3.0"
 authors = ["Apache Software Foundation"]
 edition = "2021"
 description = "Apache SkyWalking Rust Agent"
diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml
index 9d523b4..2b156d0 100644
--- a/e2e/Cargo.toml
+++ b/e2e/Cargo.toml
@@ -17,7 +17,7 @@
 #
 [package]
 name = "e2e"
-version = "0.2.0"
+version = "0.0.0"
 authors = ["Apache Software Foundation"]
 edition = "2021"
 publish = false