Skip to content

Commit

Permalink
rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Feb 2, 2024
1 parent 1eaba45 commit bed4880
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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 bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hemtt"
description = "HEMTT - Arma 3 Build Tool"
version = "1.11.0-rc4"
version = "1.11.0-rc5"
edition = "2021"
license = "GPL-2.0"
authors = ["Brett Mayson <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion libs/preprocessor/src/codes/pe20_pragma_invalid_scope.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::sync::Arc;

use hemtt_common::{
reporting::{Code, Diagnostic, Token},
reporting::{Code, Token},
similar_values,
};

Expand Down
2 changes: 1 addition & 1 deletion libs/preprocessor/src/codes/pe23_if_has_include.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::sync::Arc;

use hemtt_common::reporting::{Code, Diagnostic, Token};
use hemtt_common::reporting::{Code, Token};

use crate::Error;

Expand Down
2 changes: 1 addition & 1 deletion libs/preprocessor/src/codes/pe6_change_builtin.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::sync::Arc;

use hemtt_common::reporting::{Code, Diagnostic, Token};
use hemtt_common::reporting::{Code, Token};

use crate::Error;

Expand Down

0 comments on commit bed4880

Please sign in to comment.