chore: Release oelf version 0.0.4
Some checks failed
CI / linux (aarch64) (push) Failing after 1s
CI / linux (x86) (push) Failing after 1s
CI / linux (x86_64) (push) Failing after 1s
CI / sdist (push) Failing after 1s
CI / windows (x64) (push) Has been cancelled
CI / windows (x86) (push) Has been cancelled
CI / macos (aarch64) (push) Has been cancelled
CI / macos (x86_64) (push) Has been cancelled
CI / Release (push) Has been cancelled
Some checks failed
CI / linux (aarch64) (push) Failing after 1s
CI / linux (x86) (push) Failing after 1s
CI / linux (x86_64) (push) Failing after 1s
CI / sdist (push) Failing after 1s
CI / windows (x64) (push) Has been cancelled
CI / windows (x86) (push) Has been cancelled
CI / macos (aarch64) (push) Has been cancelled
CI / macos (x86_64) (push) Has been cancelled
CI / Release (push) Has been cancelled
This commit is contained in:
parent
f76597cb7c
commit
c27e748f43
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -76,7 +76,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "oelf"
|
name = "oelf"
|
||||||
version = "0.0.3"
|
version = "0.0.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"goblin",
|
"goblin",
|
||||||
"pyo3",
|
"pyo3",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "oelf"
|
name = "oelf"
|
||||||
version = "0.0.3"
|
version = "0.0.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
Loading…
Reference in a new issue