Skip to content

Commit

Permalink
chore: update template revision number
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtlawrence committed May 12, 2024
1 parent 565e038 commit dc63493
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 = "47361b1a62272e6bf94ed849ec06c8df79f02362"
//! rev = "565e038100a68c2bd51dc5a1cfbb72d3e91332c2"
//! ```

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 = "47361b1a62272e6bf94ed849ec06c8df79f02362"
//! rev = "565e038100a68c2bd51dc5a1cfbb72d3e91332c2"
//! ```
// See <https://kurtlawrence.github.io/rust-script-ext/rust_script_ext/> for documentation
use rust_script_ext::prelude::*;
Expand Down

0 comments on commit dc63493

Please sign in to comment.