Skip to content

Commit

Permalink
Merge pull request #30 from rage/v1.1.2
Browse files Browse the repository at this point in the history
Update langs to 0.36.3
  • Loading branch information
Heliozoa authored Sep 9, 2024
2 parents db06b73 + 15f489f commit 6a2b5ca
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 49 deletions.
74 changes: 27 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serde = "1.0.136"
serde_json = "1.0.79"
termcolor = "1.1.3"
terminal_size = "0.3.0"
tmc-langs = { git = "https://github.com/rage/tmc-langs-rust", tag = "0.36.2" }
tmc-langs = { git = "https://github.com/rage/tmc-langs-rust", tag = "0.36.3" }
toml = "0.8.19"
tracing = "0.1.40"
tracing-appender = "0.2.3"
Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ impl TmcCliConfig {

#[cfg(target_os = "windows")]
impl TmcCliConfig {
const UPDATE_LAST_CHECKED_KEY: &str = "update-last-checked";
const UPDATE_LAST_CHECKED_KEY: &'static str = "update-last-checked";

pub fn get_update_last_checked(&self) -> Option<u128> {
self.config
Expand Down

0 comments on commit 6a2b5ca

Please sign in to comment.