Skip to content

Commit

Permalink
fix bdwgc-package
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed May 1, 2024
1 parent 487641f commit 503817c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.{
.name = "bdwgc-d",
.version = "0.3.0",
.version = "0.2.1",
.dependencies = .{
.abs = .{
.url = "git+https://github.com/kassane/anotherBuildStep#main",
.hash = "12200d0c1ce3d9e2307a194334cdaba3bcb88a886ee44438606bd794b08688d84984",
},
.bdwgc = .{
.url = "git+https://github.com/kassane/bdwgc#zig-msvc",
.hash = "12209ea3408b855083c98d7fb60afaaf845c5ad8e95255a4e75be8ff717dac7735b0",
.url = "git+https://github.com/ivmai/bdwgc#67090a19904291db97ec3a76eb6ae420f3564cea",
.hash = "122083a8d825f40f5aecd4427d5a256bb753c5d5d161709d2b6d81337a4685bf1304",
},
},
.paths = .{
Expand Down
4 changes: 2 additions & 2 deletions dub.sdl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name "bdwgc-d"
description "bdwgc - D bindings"
version "0.2.0"
version "0.2.1"
license "Apache-2.0"
authors "Matheus Catarino França <matheus-catarino@hotmail.com>"
copyright "Copyright 2024 - Matheus Catarino França"
Expand Down Expand Up @@ -61,4 +61,4 @@ subPackage {
// lflags "-Lzig-out/lib" platform="posix"
// lflags "/LIBPATH:zig-out/lib" platform="windows"
// preBuildCommands "zig build -Doptimize=ReleaseSafe -Dartifact_dub -Dbuild_examples=false"
// }
// }

0 comments on commit 503817c

Please sign in to comment.