Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Jan 16, 2025
2 parents 0be3d73 + 65e1421 commit a466702
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 25 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-debug-docker-with-chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
./docker-bake.hcl
/tmp/bake-meta.json
targets: image
source: .
set: |
*.tags=
*.platform=${{ matrix.platform }}
Expand Down
149 changes: 126 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ahash = "0.8.11"
anyhow = "1.0.95"
async-trait = "0.1.85"
aws-config = { version = "1.5.13", features = ["behavior-version-latest"] }
aws-sdk-s3 = { version = "1.68.0", features = ["behavior-version-latest"] }
aws-sdk-s3 = { version = "1.69.0", features = ["behavior-version-latest"] }
base64 = "0.22.1"
chrono = { version = "0.4.39", features = ["serde"] }
cidr = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion server/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ pub struct EdgeArgs {
#[clap(long, env, default_value_t = false, requires = "strict")]
pub delta: bool,

/// If set to true, it compares features payload with delta payload and logs diff. This is experimental feature and might and change. Requires strict mode
/// If set to true, it compares features payload with delta payload and logs diff. This is experimental feature and might change. Requires strict mode
#[clap(long, env, default_value_t = false, requires = "strict")]
pub delta_diff: bool,

Expand Down

0 comments on commit a466702

Please sign in to comment.