Skip to content

Commit

Permalink
update memcached
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe committed Dec 7, 2023
1 parent cb51393 commit 68bb6ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/rkapps/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ fn main() {
.unwrap();

println!(
"CHECKOUT d999a1f02b6fe0797f27ea109c028e6ae278012f {:?}",
"CHECKOUT 5c42c159f781fa62a269dd99fcb8ded6389049e0 {:?}",
out_dir
);
Command::new("git")
.args(&["checkout", "d999a1f02b6fe0797f27ea109c028e6ae278012f"])
.args(&["checkout", "5c42c159f781fa62a269dd99fcb8ded6389049e0"])
.current_dir(&Path::new(&out_dir))
.status()
.unwrap();
Expand Down

0 comments on commit 68bb6ac

Please sign in to comment.