Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets committed Nov 4, 2024
1 parent c441462 commit 5ad08db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v3
- uses: Swatinem/rust-cache@v2
- run: git config --global --add url."https://${{ secrets.GH_TOKEN }}:x-oauth-basic@github".insteadOf https://github
- name: Check documentation
env:
RUSTDOCFLAGS: -D warnings
Expand Down
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dirs = "5.0.1"
serde = { version = "1.0.214", features = ["derive"] }
thiserror = "1.0.67"
toml = "0.8.19"
streamstore = { git = "ssh://git@github.com/s2-streamstore/s2-sdk-rust.git", branch = "main" }
streamstore = { git = "https://github.com/s2-streamstore/s2-sdk-rust.git", branch = "main" }
tokio = { version = "*", features = ["full"] }
humantime = "2.1.0"
miette = { version = "7.2.0", features = ["fancy"] }
Expand Down

0 comments on commit 5ad08db

Please sign in to comment.