Skip to content

Commit da53673

Browse files
committed
Update seastar module
1 parent 1601689 commit da53673

File tree

6 files changed

+694
-3
lines changed

6 files changed

+694
-3
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
module(
2+
name = "seastar",
3+
version = "25.08.0-20250807194611-1520326e6032",
4+
bazel_compatibility = [">=7.2.1"],
5+
compatibility_level = 0,
6+
)
7+
8+
bazel_dep(name = "bazel_skylib", version = "1.8.1")
9+
bazel_dep(name = "protobuf", version = "31.1")
10+
bazel_dep(name = "rules_cc", version = "0.2.0")
11+
bazel_dep(name = "rules_proto", version = "7.1.0")
12+
bazel_dep(name = "rules_python", version = "1.5.1")
13+
bazel_dep(name = "boost.algorithm", version = "1.89.0.bcr.1")
14+
bazel_dep(name = "boost.asio", version = "1.89.0.bcr.1")
15+
bazel_dep(name = "boost.endian", version = "1.89.0.bcr.1")
16+
bazel_dep(name = "boost.intrusive", version = "1.89.0.bcr.1")
17+
bazel_dep(name = "boost.lockfree", version = "1.89.0.bcr.1")
18+
bazel_dep(name = "boost.program_options", version = "1.89.0.bcr.1")
19+
bazel_dep(name = "boost.thread", version = "1.89.0.bcr.1")
20+
bazel_dep(name = "c-ares", version = "1.34.5")
21+
bazel_dep(name = "fmt", version = "9.1.0")
22+
bazel_dep(name = "liburing", version = "2.10")
23+
bazel_dep(name = "lz4", version = "1.9.4.bcr.1")
24+
bazel_dep(name = "yaml-cpp", version = "0.8.0")

0 commit comments

Comments
 (0)