Skip to content

Commit

Permalink
Include regex in Bazel oak_crates_index
Browse files Browse the repository at this point in the history
  • Loading branch information
k-naliuka committed Mar 25, 2024
1 parent dee3c5f commit 8ff4459
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.bazel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ dependencies = [
"prost",
"prost-build",
"rand_core",
"regex",
"rsa",
"serde",
"serde_json",
Expand Down
4 changes: 4 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,10 @@ crates_repository(
features = ["getrandom"],
version = "*",
),
"regex": crate.spec(
default_features = False,
version = "*",
),
"rsa": crate.spec(
default_features = False,
version = "0.9.6",
Expand Down
7 changes: 6 additions & 1 deletion cargo-bazel-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "20905ca77634d11a6071cbe711d2fd7f7a7688bca9c5a4a45e7149bd539b060e",
"checksum": "ea906083db334fa545e6bddd74c9c9271f2cb3802f30aaed50f7eec83bedadb5",
"crates": {
"aho-corasick 1.1.2": {
"name": "aho-corasick",
Expand Down Expand Up @@ -1420,6 +1420,10 @@
"id": "rand_core 0.6.4",
"target": "rand_core"
},
{
"id": "regex 1.10.3",
"target": "regex"
},
{
"id": "rsa 0.9.6",
"target": "rsa"
Expand Down Expand Up @@ -7395,6 +7399,7 @@
"prost 0.12.3",
"prost-build 0.12.3",
"rand_core 0.6.4",
"regex 1.10.3",
"rsa 0.9.6",
"serde 1.0.197",
"serde_json 1.0.114",
Expand Down

0 comments on commit 8ff4459

Please sign in to comment.