-
I am in the process of upgrading to gix 0.52, and I cannot find a checkout function in 0.52. I've searched docs.rs for "checkout" but there seemed to be no matching functions in 0.52. How can I perform checkouts in the latest release? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
It seems like this functionality was split into a new crate: https://docs.rs/gix-worktree-state/latest/gix_worktree_state/ |
Beta Was this translation helpful? Give feedback.
-
Sorry for the hassle. This is in preparation for compile time improvements, and now the method is available in |
Beta Was this translation helpful? Give feedback.
Sorry for the hassle. This is in preparation for compile time improvements, and now the method is available in
gix::worktree::state::checkout()
.