mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-15 21:59:58 -04:00
pull borgstore from master branch
This commit is contained in:
parent
552646cc9b
commit
7cef820b7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue