Skip to content

Commit

Permalink
Merge pull request #198 from kinke/vibe-serialization
Browse files Browse the repository at this point in the history
Switch from vibe-d:data to vibe-serialization dependency
  • Loading branch information
denizzzka authored Jul 24, 2024
2 parents 8fd751c + ce091dd commit 6e4f4e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"targetPath": "bin",
"dependencies": {
"derelict-pq": "~>4.0.0",
"vibe-d:data": ">=0.8.3-beta.1 <0.11.0",
"vibe-serialization": "~>1.0.4",
"money": "~>3.0.2"
},
"targetType": "sourceLibrary",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies":
{
"dpq2": { "version": "*", "dflags-dmd": ["-preview=in"] },
"vibe-d:data": { "version": "*", "dflags-dmd": ["-preview=in"] },
"vibe-serialization": { "version": "*", "dflags-dmd": ["-preview=in"] },
"gfm:math": "~>8.0.6"
},
"configurations": [
Expand Down Expand Up @@ -82,7 +82,7 @@
"dependencies":
{
"dpq2": { "version": "*", "dflags": ["-preview=in"] },
"vibe-d:data": { "version": "*", "dflags": ["-preview=in"] },
"vibe-serialization": { "version": "*", "dflags": ["-preview=in"] },
},
"sourcePaths": [ "example" ]
}
Expand Down

0 comments on commit 6e4f4e6

Please sign in to comment.