Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rdkafka = "0.38.0"

[package]
name = "skywalking"
version = "0.9.0"
version = "0.10.0"
authors = ["Apache Software Foundation"]
edition = "2024"
description = "Apache SkyWalking Rust Agent"
Expand Down
1 change: 0 additions & 1 deletion dist-material/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ The text of each license is the standard Apache 2.0 license.
https://crates.io/crates/prost-derive/0.13.5 0.13.5 Apache-2.0
https://crates.io/crates/prost-types/0.13.5 0.13.5 Apache-2.0
https://crates.io/crates/protobuf-src/2.1.1+27.1 2.1.1+27.1 Apache-2.0
https://crates.io/crates/skywalking/0.9.0 0.9.0 Apache-2.0
https://crates.io/crates/sync_wrapper/1.0.2 1.0.2 Apache-2.0

========================================================================
Expand Down
4 changes: 2 additions & 2 deletions dist-material/LICENSE.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The text of each license is the standard Apache 2.0 license.
The text of each license is also included in licenses/LICENSE-[project].txt.
{{ end }}

{{- range .Deps }}
{{- range .Deps }}{{ if ne .Name "skywalking" }}
https://crates.io/crates/{{ .Name }}/{{ .Version }} {{ .Version }} {{ .LicenseID }}
{{- end }}
{{- end }}{{- end }}
{{ end }}
Loading