Skip to content

Commit

Permalink
Merged from upstream. Version 1.16.0-dll
Browse files Browse the repository at this point in the history
  • Loading branch information
malkia committed Jun 21, 2024
1 parent edc90ac commit 4baa08c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cc_library(
)

# TODO: Version needs to be updated better here.
otel_sdk_prefix = "otel_sdk/" + "1.15.0" + "/"
otel_sdk_prefix = "otel_sdk/" + "1.16.0" + "/"

# Build configuration settings mimicking MSVC: debug=dbg, release=opt, reldeb=fastbuild
config_setting(
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "opentelemetry-cpp",
version = "1.15.0-dll.0",
version = "1.16.0-dll",
repo_name = "io_opentelemetry_cpp",
)

Expand All @@ -10,7 +10,7 @@ bazel_dep(name = "aspect_bazel_lib", version = "2.7.7")

bazel_dep(name = "rules_pkg", version = "0.10.1", dev_dependency = True)

bazel_dep(name = "rules_python", version = "0.33.1")
bazel_dep(name = "rules_python", version = "0.33.2")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "platforms", version = "0.0.10")
Expand Down
6 changes: 3 additions & 3 deletions MODULE.bazel.lock

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

0 comments on commit 4baa08c

Please sign in to comment.