Skip to content

Commit

Permalink
update arenastring patch version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed Oct 25, 2024
1 parent ad7efa3 commit a6e4089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/arenastring.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ common --registry=https://baidu.github.io/babylon/registry
- Apply the patch dependency:
```
# in MODULE.bazel
bazel_dep(name = 'protobuf', version = '27.5.arenastring')
bazel_dep(name = 'protobuf', version = '28.3.arenastring')
```
2 changes: 1 addition & 1 deletion docs/arenastring.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ common --registry=https://baidu.github.io/babylon/registry
- 应用补丁依赖项
```
# in MODULE.bazel
bazel_dep(name = 'protobuf', version = '27.5.arenastring')
bazel_dep(name = 'protobuf', version = '28.3.arenastring')
```

0 comments on commit a6e4089

Please sign in to comment.