Skip to content

Commit

Permalink
fix: use main branch for aws-lambda repo (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunisdown authored Nov 14, 2022
1 parent bdc56e0 commit 44943dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flock-function/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ flock = { path = "../flock" }
futures = "0.3.12"
hashring = { git = "https://github.com/flock-lab/hashring-rs", branch = "flock" }
itertools = "0.10.0"
lambda_runtime = { git = "https://github.com/awslabs/aws-lambda-rust-runtime/", branch = "master" }
lambda_runtime = { git = "https://github.com/awslabs/aws-lambda-rust-runtime/", branch = "main" }
lazy_static = "1.4"
log = "0.4.14"
mimalloc = { version = "0.1", optional = true, default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion flock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ humantime = "2.1.0"
indoc = "1.0.3"
itertools = "0.10.0"
json = "0.12.4"
lambda_runtime = { git = "https://github.com/awslabs/aws-lambda-rust-runtime/", branch = "master" }
lambda_runtime = { git = "https://github.com/awslabs/aws-lambda-rust-runtime/", branch = "main" }
lazy_static = "1.4"
log = "0.4.14"
lz4 = "1.23.1"
Expand Down
2 changes: 1 addition & 1 deletion playground/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ flock = { path = "../flock" }
futures = "0.3.12"
indoc = "1.0.3"
itertools = "0.10.0"
lambda_runtime = { git = "https://github.com/awslabs/aws-lambda-rust-runtime/", branch = "master" }
lambda_runtime = { git = "https://github.com/awslabs/aws-lambda-rust-runtime/", branch = "main" }
lazy_static = "1.4"
log = "0.4.14"
mimalloc = { version = "0.1", optional = true, default-features = false }
Expand Down

0 comments on commit 44943dc

Please sign in to comment.