Put util under the library.

This commit is contained in:
Tom Alexander
2023-12-26 20:18:41 -05:00
parent e622d9fa6b
commit 2911fce7cc
4 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
use tokio::process::Command;
pub(crate) async fn print_versions() -> Result<(), Box<dyn std::error::Error>> {
pub async fn print_versions() -> Result<(), Box<dyn std::error::Error>> {
eprintln!("Using emacs version: {}", get_emacs_version().await?.trim());
eprintln!(
"Using org-mode version: {}",