Skip to content

Commit fa086c8

Browse files
authored
Bump skywalking version to 0.10.0 and update LICENSE references (#72)
1 parent cc16223 commit fa086c8

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rdkafka = "0.38.0"
2727

2828
[package]
2929
name = "skywalking"
30-
version = "0.9.0"
30+
version = "0.10.0"
3131
authors = ["Apache Software Foundation"]
3232
edition = "2024"
3333
description = "Apache SkyWalking Rust Agent"

dist-material/LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ The text of each license is the standard Apache 2.0 license.
212212
https://crates.io/crates/prost-derive/0.13.5 0.13.5 Apache-2.0
213213
https://crates.io/crates/prost-types/0.13.5 0.13.5 Apache-2.0
214214
https://crates.io/crates/protobuf-src/2.1.1+27.1 2.1.1+27.1 Apache-2.0
215-
https://crates.io/crates/skywalking/0.9.0 0.9.0 Apache-2.0
216215
https://crates.io/crates/sync_wrapper/1.0.2 1.0.2 Apache-2.0
217216

218217
========================================================================

dist-material/LICENSE.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The text of each license is the standard Apache 2.0 license.
2020
The text of each license is also included in licenses/LICENSE-[project].txt.
2121
{{ end }}
2222

23-
{{- range .Deps }}
23+
{{- range .Deps }}{{ if ne .Name "skywalking" }}
2424
https://crates.io/crates/{{ .Name }}/{{ .Version }} {{ .Version }} {{ .LicenseID }}
25-
{{- end }}
25+
{{- end }}{{- end }}
2626
{{ end }}

0 commit comments

Comments
 (0)