Skip to content

Commit

Permalink
Re-export 'toml_edit' since it appears in public API
Browse files Browse the repository at this point in the history
  • Loading branch information
nbigaouette committed Dec 30, 2024
1 parent 83b3948 commit acb2f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ pub use index::*;
pub use manifest::{find, get_dep_version, set_dep_version, LocalManifest, Manifest};
pub use metadata::manifest_from_pkgid;
pub use registry::registry_url;
pub use toml_edit;
pub use util::{
colorize_stderr, shell_note, shell_print, shell_status, shell_warn, shell_write_stderr,
shell_write_stdout, Color, ColorChoice,
Expand Down

0 comments on commit acb2f2b

Please sign in to comment.