From 2435276e3dd3b99be54a444302cf6fffb2192d72 Mon Sep 17 00:00:00 2001 From: stoically Date: Tue, 5 May 2020 10:48:58 +0200 Subject: [PATCH] fix(native): file tab (#11) --- Cargo.lock | 2 +- native/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d313e0a..f7bd4b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1473,7 +1473,7 @@ dependencies = [ [[package]] name = "seshat" version = "1.3.3" -source = "git+https://github.com/matrix-org/seshat?rev=b20acfb8d6ed96e160ccefd9276e4f3fec906535#b20acfb8d6ed96e160ccefd9276e4f3fec906535" +source = "git+https://github.com/stoically/seshat?branch=derive-loadconfig#92133d720d8aa19f94f277995bc87cbf296e8d21" dependencies = [ "aes-ctr", "byteorder", diff --git a/native/Cargo.toml b/native/Cargo.toml index 928fdec..25ad514 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -12,7 +12,7 @@ byteorder = "1.3.4" dirs = "2.0.2" serde = "1.0.106" serde_json = "1.0.51" -seshat = { git = "https://github.com/matrix-org/seshat", rev = "b20acfb8d6ed96e160ccefd9276e4f3fec906535" } +seshat = { git = "https://github.com/stoically/seshat", branch = "derive-loadconfig" } [dev-dependencies] tempfile = "3.1.0"