Skip to content

Commit

Permalink
update(fildesh): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grencez committed Sep 16, 2024
1 parent dd4db6a commit 0137ba9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
20 changes: 3 additions & 17 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,10 @@ bazel_dep(
repo_name = "com_github_grpc_grpc",
)

bazel_dep(
name = "fildesh",
version = "0.1.9",
dev_dependency = True,
)
git_override(
module_name = "fildesh",
commit = "e9421ebbb546cf38bf2051d02fdc38dcf71f8216",
remote = "https://github.com/fildesh/fildesh.git",
)

bazel_dep(
name = "rules_sxproto",
version = "0.0.4",
dev_dependency = True,
)
bazel_dep(name = "fildesh", version = "0.2.0", dev_dependency = True)
bazel_dep(name = "rules_sxproto", version = "0.0.4", dev_dependency = True)
git_override(
module_name = "rules_sxproto",
commit = "3b2c69cc8bc5e72b1da198551e16575a09513df9",
remote = "https://github.com/rendezqueue/rules_sxproto.git",
commit="dc302975a4045b669876f6628b0f34454dfb4ca0",
)
2 changes: 1 addition & 1 deletion test/scenario/ccgrpc_expect.fildesh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

(: scenario_data Filename .self.opt.scenario_data)
(: scenario_data Filepath .self.opt.scenario_data)

expect_test $(XOF scenario_data)

0 comments on commit 0137ba9

Please sign in to comment.