Skip to content

Commit

Permalink
fix: $$
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeo committed Feb 20, 2023
1 parent 92b985f commit 15192d2
Show file tree
Hide file tree
Showing 5 changed files with 389 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
check-bump:
runs-on: ubuntu-latest
if: github.ref_type == 'tag'
permissions:
contents: write

steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ resolver = "2"
name = "lade"
version = "0.1.3-beta.1"
edition = "2021"
description = "Load automatically env variables from different sources."
description = "Load automatically and hierarchically env variables from secret stores (Infisical/Dopper/1Password)."
license = "MPL-2.0"

[dependencies]
anyhow = "1.0.68"
anyhow = "1.0.69"
self_update = { version = "0.35.0", features = [
"archive-tar",
"archive-zip",
Expand All @@ -22,12 +22,13 @@ self_update = { version = "0.35.0", features = [
] }
serde = { version = "1.0.152", features = ["derive"] }
serde_yaml = "0.9.17"
clap = { version = "4.1.4", features = ["derive"] }
clap = { version = "4.1.6", features = ["derive"] }
regex = "1.7.1"
lade-sdk = { path = "./sdk", version = "0.1.3-beta.1" }
tokio = { version = "1", features = ["full"] }
indexmap = { version = "1.9.2", features = ["serde"] }
clap-verbosity-flag = "2.0.0"
env_logger = "0.10.0"
openssl = { version = "0.10.45", features = ["vendored"] }
serde_json = "1.0.93"

Loading

0 comments on commit 15192d2

Please sign in to comment.