Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit bcbe5b7

Browse files
committed
updating lib version
1 parent 6bf0189 commit bcbe5b7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyscemu"
3-
version = "0.7.9"
3+
version = "0.8.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
pyo3 = "0.18.1"
13-
libscemu = "0.17.9"
13+
libscemu = "0.18.0"
1414
#libscemu = { path = "/home/sha0/src/libscemu/" }
1515
#libscemu = { path = "/Users/sha0coder/src/libscemu/" }
1616
#libscemu = { path = "/Users/jesus/src/libscemu/" }

0 commit comments

Comments
 (0)