Skip to content

Commit

Permalink
Fix CI, bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
equation314 committed Mar 1, 2021
1 parent e0b1b0e commit 382fc60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rvm"
version = "1.1.0"
version = "1.2.0"
authors = ["equation314 <[email protected]>", "chenyu <[email protected]>"]
edition = "2018"
description = "Rcore virtual machine"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#![feature(llvm_asm)]
#![feature(global_asm)]
#![feature(untagged_unions)]
#![allow(clippy::upper_case_acronyms)]
#![deny(warnings)]

#[macro_use]
Expand Down

0 comments on commit 382fc60

Please sign in to comment.