Skip to content

Commit

Permalink
fix: windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Nov 8, 2024
1 parent 6f922f5 commit 0362e4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion screenpipe-app-tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "screenpipe-app"
version = "0.9.11"
version = "0.9.12"
description = ""
authors = ["you"]
license = ""
Expand Down
3 changes: 2 additions & 1 deletion screenpipe-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ thiserror="1"

#opentelemetry
opentelemetry = "0.21"
opentelemetry-appender-tracing = "0.2"
opentelemetry-otlp = {version="0.14", features=["http-proto","reqwest-rustls","tokio","reqwest-client"]}
opentelemetry_sdk = {version="0.21",default-features = false,features=["rt-tokio"]}
opentelemetry-semantic-conventions = "0.13"
Expand Down Expand Up @@ -150,4 +151,4 @@ path = "src/bin/screenpipe-server.rs"


[package.metadata.cargo-machete]
ignored = ["url"]
ignored = ["url", "opentelemetry-appender-tracing"]

0 comments on commit 0362e4a

Please sign in to comment.