Skip to content

Commit

Permalink
Merge 17e04b9 into 15d4c5f
Browse files Browse the repository at this point in the history
  • Loading branch information
itkovian committed Oct 26, 2019
2 parents 15d4c5f + 17e04b9 commit e40f4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sarchive"
version = "0.9.2"
version = "0.9.3"
authors = ["Andy Georges <itkovian@gmail.com>"]
edition = "2018"
description = "Archiving tool for slurm job scripts"
Expand All @@ -22,7 +22,7 @@ crossbeam = "0.7.2"
crossbeam-channel = "0.3.9"
crossbeam-queue = "0.1.2"
crossbeam-utils = "0.6.6"
fern = { git = "https://github.com/daboross/fern", rev = "1d9a5f1", features = ["reopen-03"]}
fern = { version = "0.5.9", features = ["reopen-03"]}
futures = "0.1.28"
#notify = "5.0.0-pre.1"
notify = { git = "https://github.com/passcod/notify", rev = "e04ec0236b2" } # following latest main branch
Expand Down

0 comments on commit e40f4e7

Please sign in to comment.