From 6f22e00487a2c61c7b7f2d46f625d38d22c1c0b7 Mon Sep 17 00:00:00 2001 From: Dennis Ranke Date: Mon, 27 Dec 2021 23:46:03 +0100 Subject: [PATCH] update upkr version --- Cargo.lock | 2 +- platform/Cargo.lock | 2 +- uw8-tool/Cargo.lock | 2 +- uw8-tool/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4b968c..eaff280 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1555,7 +1555,7 @@ dependencies = [ [[package]] name = "upkr" version = "0.1.0" -source = "git+https://github.com/exoticorn/upkr.git?rev=08c86af0#08c86af06f106631ce0401c881bd66fb2c0271e6" +source = "git+https://github.com/exoticorn/upkr.git?rev=2e7983fc#2e7983fc650788d98da2eecef2d16f63e849e4a0" dependencies = [ "anyhow", "cdivsufsort", diff --git a/platform/Cargo.lock b/platform/Cargo.lock index cf6abf1..1074a3b 100644 --- a/platform/Cargo.lock +++ b/platform/Cargo.lock @@ -326,7 +326,7 @@ dependencies = [ [[package]] name = "upkr" version = "0.1.0" -source = "git+https://github.com/exoticorn/upkr.git?rev=08c86af0#08c86af06f106631ce0401c881bd66fb2c0271e6" +source = "git+https://github.com/exoticorn/upkr.git?rev=2e7983fc#2e7983fc650788d98da2eecef2d16f63e849e4a0" dependencies = [ "anyhow", "cdivsufsort", diff --git a/uw8-tool/Cargo.lock b/uw8-tool/Cargo.lock index dd9f351..7623afc 100644 --- a/uw8-tool/Cargo.lock +++ b/uw8-tool/Cargo.lock @@ -124,7 +124,7 @@ dependencies = [ [[package]] name = "upkr" version = "0.1.0" -source = "git+https://github.com/exoticorn/upkr.git?rev=08c86af0#08c86af06f106631ce0401c881bd66fb2c0271e6" +source = "git+https://github.com/exoticorn/upkr.git?rev=2e7983fc#2e7983fc650788d98da2eecef2d16f63e849e4a0" dependencies = [ "anyhow", "cdivsufsort", diff --git a/uw8-tool/Cargo.toml b/uw8-tool/Cargo.toml index 693e41e..e4168d9 100644 --- a/uw8-tool/Cargo.toml +++ b/uw8-tool/Cargo.toml @@ -10,5 +10,5 @@ wasmparser = "0.81" wasm-encoder = "0.8" anyhow = "1" pico-args = "0.4" -upkr = { git = "https://github.com/exoticorn/upkr.git", rev = "08c86af0" } +upkr = { git = "https://github.com/exoticorn/upkr.git", rev = "2e7983fc" } pbr = "1" \ No newline at end of file