Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Oct 8, 2024
1 parent 58e0904 commit 367f02e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
CRATE_DIR="${SCRIPT_DIR}/../"

# freeze the spec version and generator version to make generation reproducible
SPEC_VERSION=1.27.0
SPEC_VERSION=1.28.0
WEAVER_VERSION=v0.10.0

cd "$CRATE_DIR"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ comment_formats:
default_comment_format: rust

params:
schema_url: "https://opentelemetry.io/schemas/1.27.0"
schema_url: "https://opentelemetry.io/schemas/1.28.0"
exclude_root_namespace: []
excluded_attributes: ["messaging.client_id"]

Expand Down

0 comments on commit 367f02e

Please sign in to comment.