summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toastin.space>2019-03-17 01:35:24 -0400
committerChloe Kudryavtsev <toast@toastin.space>2019-03-17 01:35:24 -0400
commitd7b041a8050d9d01da4dfdd7095948f596d7b038 (patch)
treeafa984122208ccc828c2165b9831e73ec020aad8
parentUnify id and rawId (diff)
Upgrade dependencies
vibe-d has a release candidate now. vibe-core also got a bump. Unfortunately, eventcore still leaks.
-rw-r--r--dub.sdl2
-rw-r--r--dub.selections.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/dub.sdl b/dub.sdl
index 60f7a5a..e975de3 100644
--- a/dub.sdl
+++ b/dub.sdl
@@ -3,6 +3,6 @@ description "A pastebin server so fast, it burns rubber."
authors "Chloe Kudryavtsev"
copyright "Copyright © 2019, Chloe Kudryavtsev"
license "MIT"
-dependency "vibe-d" version="~>0.8.5-beta.2"
+dependency "vibe-d" version="~>0.8.5-rc.1"
versions "VibeDefaultMain"
diff --git a/dub.selections.json b/dub.selections.json
index 56b3395..096d43e 100644
--- a/dub.selections.json
+++ b/dub.selections.json
@@ -12,7 +12,7 @@
"openssl": "1.1.6+1.0.1g",
"stdx-allocator": "2.77.5",
"taggedalgebraic": "0.11.3",
- "vibe-core": "1.6.0",
- "vibe-d": "0.8.5-beta.2"
+ "vibe-core": "1.6.1",
+ "vibe-d": "0.8.5-rc.1"
}
}