1
Fork 0

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

This commit is contained in:
Jan-Erik Rediger 2023-12-11 16:46:41 +01:00
parent f76597cb7c
commit c27e748f43
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -76,7 +76,7 @@ dependencies = [
[[package]]
name = "oelf"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"goblin",
"pyo3",

View file

@ -1,6 +1,6 @@
[package]
name = "oelf"
version = "0.0.3"
version = "0.0.4"
edition = "2021"
[lib]