Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
leonovk committed Jan 20, 2024
1 parent 0d93ca6 commit 43cc4f2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 24 additions & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "minicode"
version = "1.0.1"
version = "1.0.2"
edition = "2021"

[dependencies]
clap = { version = "4.4.13", features = ["derive"] }
pretty_assertions = "1.4.0"
self_update = { version = "0.39.0", features = ["archive-tar", "archive-zip", "compression-flate2"] }
1 change: 1 addition & 0 deletions src/parser/appropriation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ mod tests {
use super::appropriation;
use crate::opcode::OpCode::*;
use crate::opcode::ValueType::*;
use pretty_assertions::assert_eq;

#[test]
fn test_appropriation_int() {
Expand Down

0 comments on commit 43cc4f2

Please sign in to comment.