Skip to content

Commit

Permalink
chore: update template revision
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtlawrence committed May 14, 2024
1 parent e914bc0 commit 3b4b2f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ cat ./template.rs
//! ```cargo
//! [dependencies.rust-script-ext]
//! git = "https://github.com/kurtlawrence/rust-script-ext"
//! rev = "565e038100a68c2bd51dc5a1cfbb72d3e91332c2"
//! rev = "e914bc0a04e9216ffdfd15c47f4c39b74d98bbeb"
//! ```

use rust_script_ext::prelude::*;
Expand Down
2 changes: 1 addition & 1 deletion template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! ```cargo
//! [dependencies.rust-script-ext]
//! git = "https://github.com/kurtlawrence/rust-script-ext"
//! rev = "565e038100a68c2bd51dc5a1cfbb72d3e91332c2"
//! rev = "e914bc0a04e9216ffdfd15c47f4c39b74d98bbeb"
//! ```
// See <https://kurtlawrence.github.io/rust-script-ext/rust_script_ext/> for documentation
use rust_script_ext::prelude::*;
Expand Down

0 comments on commit 3b4b2f6

Please sign in to comment.