Skip to content

Commit

Permalink
chore: update lumper version
Browse files Browse the repository at this point in the history
Signed-off-by: Simon LUCIDO <simon.lucido@etu.umontpellier.fr>
  • Loading branch information
lucido-simon committed Oct 24, 2023
1 parent ecadfea commit 8b07d3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
create:
tags:
- "v*"
branches:
- main

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = "1.0.62"
clap = { version="4.1.6", features=["derive"] }
serde_yaml = "0.9"
env_logger = "0.10.0"
lumper = { git = "https://github.com/do4-2022/lumper.git", rev = "5305a5d970ddcd331f5e6a82e2db313bbb7a6a33" }
lumper = { git = "https://github.com/faast-rt/lumper.git", rev = "81366eb" }

[dependencies.uuid]
version = "1.3.0"
Expand Down

0 comments on commit 8b07d3d

Please sign in to comment.