Skip to content

Commit

Permalink
Fix clippy warnings and rust ver
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Sep 6, 2023
1 parent 224fb37 commit dbf9a5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dockerfile.d/05_rust.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RUST_TOOLCHAIN=1.69
RUST_TOOLCHAIN=1.72.0
cd /root && \
curl 'https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init' --output /root/rustup-init && \
chmod +x /root/rustup-init && \
Expand Down
2 changes: 1 addition & 1 deletion standalone/prb/src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ pub fn setup_inventory_db(db_path: &str) -> WrappedDb {
let db = Arc::new(db);
debug!("Opened inventory database in {:?}", db_path);

vec![
[
ID_PROP_WORKER_NAME,
ID_PROP_WORKER_ENABLED,
ID_PROP_WORKER_SYNC_ONLY,
Expand Down
6 changes: 3 additions & 3 deletions standalone/pruntime/Cargo.lock

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

0 comments on commit dbf9a5d

Please sign in to comment.