From 82633e2df785bb6283b8aa3701680e79d41c6ac1 Mon Sep 17 00:00:00 2001 From: Michael Angerman <1809991+stormasm@users.noreply.github.com> Date: Wed, 30 Mar 2022 10:44:23 -0700 Subject: [PATCH] update nu-glob README (#5037) --- crates/nu-glob/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/nu-glob/README.md b/crates/nu-glob/README.md index 71939732b4..198ba82a77 100644 --- a/crates/nu-glob/README.md +++ b/crates/nu-glob/README.md @@ -9,7 +9,7 @@ To use `nu-glob`, add this to your `Cargo.toml`: ```toml [dependencies] -nu-glob = "0.59.1" +nu-glob = "0.60.0" ``` ## Examples @@ -25,4 +25,4 @@ for entry in glob("/media/**/*.jpg").expect("Failed to read glob pattern") { Err(e) => println!("{:?}", e), } } -``` \ No newline at end of file +```