pull borgstore from master branch

This commit is contained in:
Thomas Waldmann 2025-05-15 23:57:45 +02:00
parent 552646cc9b
commit 7cef820b7e
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -30,7 +30,7 @@ license = "BSD-3-Clause"
license-files = ["LICENSE", "AUTHORS"]
dependencies = [
"borghash ~= 0.1.0",
"borgstore ~= 0.2.0",
"borgstore @ git+https://github.com/borgbackup/borgstore.git@master", # temporary until there is a release
"msgpack >=1.0.3, <=1.1.0",
"packaging",
"platformdirs >=3.0.0, <5.0.0; sys_platform == 'darwin'", # for macOS: breaking changes in 3.0.0,