diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..55e0c5c --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,7 @@ +Yi Zhen Ant Group i-zhen +Xiangfei Chen <897013703@qq.com> Ant Group NeverRaR +Zheng Zhang Ant Group He1pa +Pengfei Xu Ant Group Peefy +Zhe Zong Ant Group zong-zhe +Wei Zhou Ant Group +penguin_wwy <940375606@qq.com> penguin_wwy \ No newline at end of file diff --git a/assets/wx.png b/assets/wx.png index 3df57e2..9d89d62 100644 Binary files a/assets/wx.png and b/assets/wx.png differ diff --git a/ir_cli/Cargo.lock b/ir_cli/Cargo.lock index 99ee835..1dfee22 100644 --- a/ir_cli/Cargo.lock +++ b/ir_cli/Cargo.lock @@ -2010,7 +2010,7 @@ checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" [[package]] name = "smart_ir" -version = "0.2.0" +version = "0.0.2" dependencies = [ "anyhow", "bstr 0.2.17", diff --git a/smart_ir/Cargo.lock b/smart_ir/Cargo.lock index f83fdf0..5df8996 100644 --- a/smart_ir/Cargo.lock +++ b/smart_ir/Cargo.lock @@ -833,9 +833,8 @@ dependencies = [ [[package]] name = "inkwell" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b597a7b2cdf279aeef6d7149071e35e4bc87c2cf05a5b7f2d731300bffe587ea" +version = "0.2.0" +source = "git+https://github.com/TheDan64/inkwell?rev=4f18389938292f6db34b0be6646452e034bb6ec2#4f18389938292f6db34b0be6646452e034bb6ec2" dependencies = [ "either", "inkwell_internals", @@ -847,9 +846,8 @@ dependencies = [ [[package]] name = "inkwell_internals" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fa4d8d74483041a882adaa9a29f633253a66dde85055f0495c121620ac484b2" +version = "0.8.0" +source = "git+https://github.com/TheDan64/inkwell?rev=4f18389938292f6db34b0be6646452e034bb6ec2#4f18389938292f6db34b0be6646452e034bb6ec2" dependencies = [ "proc-macro2", "quote", @@ -1918,8 +1916,6 @@ dependencies = [ [[package]] name = "smart_ir_macro" version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e00e1482a0c5f1d12f49efaf59a2023ff3435330cb9329727dee58a7c32cd760" dependencies = [ "proc-macro2", "quote", diff --git a/yul_to_ir/Cargo.lock b/yul_to_ir/Cargo.lock index ad969a5..c90a665 100644 --- a/yul_to_ir/Cargo.lock +++ b/yul_to_ir/Cargo.lock @@ -1891,7 +1891,7 @@ checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" [[package]] name = "smart_ir" -version = "0.1.0" +version = "0.0.2" dependencies = [ "anyhow", "bstr",