Skip to content

Commit

Permalink
Fix #62 - undo breakage caused by nogc update
Browse files Browse the repository at this point in the history
  • Loading branch information
atilaneves committed Feb 13, 2019
1 parent 6f13228 commit caf2295
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dub.sdl
Expand Up @@ -3,7 +3,7 @@ description "Excel bindings for D"
authors "Laeeth Isharc" "Stefan Koch" "Atila Neves"
copyright "Copyright © 2016-2018 Kaleidic Associates Advisory Limited"
license "BSD"
dependency "nogc" version="~>0.0.1"
dependency "nogc" version="==0.0.1"

configuration "default" {
targetType "sourceLibrary"
Expand Down
2 changes: 1 addition & 1 deletion dub.selections.json
Expand Up @@ -2,7 +2,7 @@
"fileVersion": 1,
"versions": {
"automem": "0.4.4",
"nogc": "0.0.3",
"nogc": "0.0.2",
"stdx-allocator": "2.77.5",
"test_allocator": "0.2.5",
"unit-threaded": "0.7.53"
Expand Down
11 changes: 11 additions & 0 deletions example/dub.selections.json
@@ -0,0 +1,11 @@
{
"fileVersion": 1,
"versions": {
"automem": "0.4.6",
"excel-d": {"path":".."},
"nogc": "0.0.1",
"stdx-allocator": "2.77.5",
"test_allocator": "0.2.5",
"unit-threaded": "0.7.55"
}
}

0 comments on commit caf2295

Please sign in to comment.