Skip to content

Commit 3f36d5c

Browse files
committed
Update to 0.3.1
1 parent 3dc1127 commit 3f36d5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ If your project is already managed by Bazel, **Dflat** provides fully-integrated
5656
git_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

6363
load("@dflat//:deps.bzl", "dflat_deps")
@@ -100,7 +100,7 @@ You can use `dflatc` compiler to manually generate code from flatbuffers schema.
100100
You 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

0 commit comments

Comments
 (0)