update everything to 1.0
This commit is contained in:
parent
e245fdee73
commit
048f5079ae
6 changed files with 28 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::collections::HashMap;
|
||||
|
||||
const ASXVERSION: [u8; 3] = [0,2,0];
|
||||
const ASXVERSION: [u8; 3] = [1,0,0];
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct DecompiledFunction {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue