Skip to content

Commit

Permalink
Merge branch 'main' into post-release-2024-06-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
flenter authored Feb 2, 2024
2 parents b78b280 + 8aa3689 commit fc43b3b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
33 changes: 20 additions & 13 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 @@ -86,6 +86,6 @@ vergen = { version = "8.0.0", features = [
] }

[patch.crates-io]
fiberplane = { git = "ssh://git@github.com/fiberplane/fiberplane.git", branch = "main" }
#fiberplane = { git = "ssh://git@github.com/fiberplane/fiberplane.git", branch = "main" }
#fp-bindgen-support = { git = "ssh://git@github.com/fiberplane/fp-bindgen.git", branch = "release-3.0.0" }
#fp-bindgen-macros = { git = "ssh://git@github.com/fiberplane/fp-bindgen.git", branch = "release-3.0.0" }
1 change: 1 addition & 0 deletions src/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use anyhow::{anyhow, Result};
use clap::Parser;
use indicatif::{ProgressBar, ProgressStyle};
use sha2::{Digest, Sha256};
#[allow(unused_imports)]
use std::env;
use std::fs::OpenOptions;
use std::io::{BufWriter, Write};
Expand Down

0 comments on commit fc43b3b

Please sign in to comment.