Skip to content

Commit

Permalink
Merge pull request #36 from Alignof/develop
Browse files Browse the repository at this point in the history
Ver 1.3.1
  • Loading branch information
Alignof authored Dec 27, 2024
2 parents ed83d19 + afe80bc commit 754a26e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "raki"
version = "1.3.0"
version = "1.3.1"
edition = "2021"
authors = ["Norimasa Takana <[email protected]>"]
repository = "https://github.com/Alignof/raki"
Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ mod instruction;
pub use crate::decode::{Decode, DecodingError};
pub use crate::instruction::{
a_extension::AOpcode, base_i::BaseIOpcode, c_extension::COpcode, m_extension::MOpcode,
priv_extension::PrivOpcode, zicfiss_extension::ZicfissOpcode, zicntr_extension::ZicntrOpcode,
zicsr_extension::ZicsrOpcode, zifencei_extension::ZifenceiOpcode, InstFormat, Instruction,
OpcodeKind,
priv_extension::PrivOpcode, zicboz_extension::ZicbozOpcode, zicfiss_extension::ZicfissOpcode,
zicntr_extension::ZicntrOpcode, zicsr_extension::ZicsrOpcode,
zifencei_extension::ZifenceiOpcode, InstFormat, Instruction, OpcodeKind,
};

/// Target isa.
Expand Down

0 comments on commit 754a26e

Please sign in to comment.