Skip to content

Commit ba0dda6

Browse files
committed
build: Update objectstore-client
1 parent ef2f9ca commit ba0dda6

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ java-properties = "2.0.0"
4444
lazy_static = "1.4.0"
4545
libc = "0.2.139"
4646
log = { version = "0.4.17", features = ["std"] }
47-
objectstore-client = { version = "0.1.2" , default-features = false, features = ["native-tls"] }
47+
objectstore-client = { version = "0.1.3" , default-features = false, features = ["native-tls"] }
4848
open = "3.2.0"
4949
parking_lot = "0.12.1"
5050
percent-encoding = "2.2.0"
@@ -146,6 +146,3 @@ strip = "debuginfo" # Only strip debuginfo (not symbols) to keep backtraces usef
146146
codegen-units = 1 # Parallel compilation prevents some optimizations.
147147
# We do not enable link-time optimizations (lto) because they cause the
148148
# CLI to timeout when run in Xcode Cloud.
149-
150-
[patch.crates-io]
151-
objectstore-client = { git = "https://github.com/getsentry/objectstore", branch = "feat/put-path-ulimit" }

0 commit comments

Comments
 (0)