Skip to content

Commit 3b4b2f6

Browse files
committed
chore: update template revision
1 parent e914bc0 commit 3b4b2f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ cat ./template.rs
1717
//! ```cargo
1818
//! [dependencies.rust-script-ext]
1919
//! git = "https://github.com/kurtlawrence/rust-script-ext"
20-
//! rev = "565e038100a68c2bd51dc5a1cfbb72d3e91332c2"
20+
//! rev = "e914bc0a04e9216ffdfd15c47f4c39b74d98bbeb"
2121
//! ```
2222

2323
use rust_script_ext::prelude::*;

template.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! ```cargo
44
//! [dependencies.rust-script-ext]
55
//! git = "https://github.com/kurtlawrence/rust-script-ext"
6-
//! rev = "565e038100a68c2bd51dc5a1cfbb72d3e91332c2"
6+
//! rev = "e914bc0a04e9216ffdfd15c47f4c39b74d98bbeb"
77
//! ```
88
// See <https://kurtlawrence.github.io/rust-script-ext/rust_script_ext/> for documentation
99
use rust_script_ext::prelude::*;

0 commit comments

Comments
 (0)