File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ If your project is already managed by Bazel, **Dflat** provides fully-integrated
5656git_repository(
5757 name = " dflat" ,
5858 remote = " https://github.com/liuliu/dflat.git" ,
59- commit = " 88aec220642bb5e416074bc8b8a4e5c8b86a61c2 " ,
60- shallow_since = " 1604112303 -0400"
59+ commit = " 3dc11274e8c466dd28ee35cdd04e84ddf7d420bc " ,
60+ shallow_since = " 1604185591 -0400"
6161)
6262
6363load(" @dflat//:deps.bzl" , " dflat_deps" )
@@ -100,7 +100,7 @@ You can use `dflatc` compiler to manually generate code from flatbuffers schema.
100100You can now add the generated source code to your project and then proceed to add ** Dflat** runtime with Swift Package Manager:
101101
102102``` swift
103- .package (name : " Dflat" , url : " https://github.com/liuliu/dflat.git" , from : " 0.3.0 " )
103+ .package (name : " Dflat" , url : " https://github.com/liuliu/dflat.git" , from : " 0.3.1 " )
104104```
105105
106106## Example
You can’t perform that action at this time.
0 commit comments