Skip to content

Commit ce9e8d3

Browse files
committed
fix(ddtelemetry: windows): need to explicitely include windows api crate (?)
1 parent aa94eb6 commit ce9e8d3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE-3rdparty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34570,7 +34570,7 @@ third_party_libraries:
3457034570
See the License for the specific language governing permissions and
3457134571
limitations under the License.
3457234572
- package_name: windows-interface
34573-
package_version: 0.59.0
34573+
package_version: 0.59.3
3457434574
repository: https://github.com/microsoft/windows-rs
3457534575
license: MIT OR Apache-2.0
3457634576
licenses:

ddtelemetry/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ datadog-ddsketch = { path = "../ddsketch" }
3636

3737
[target."cfg(unix)".dependencies]
3838
libc = "0.2.176"
39+
3940
[target."cfg(windows)".dependencies]
4041
winver = "1.0.0"
4142

0 commit comments

Comments
 (0)