Skip to content

Commit 8a620f5

Browse files
authored
cargo: update bindings to v0.2.3 (#280)
1 parent b3d47a2 commit 8a620f5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ license = "Apache-2.0"
1717
publish = false
1818
readme = "README.md"
1919
repository = "https://github.com/intel/tsffs"
20-
version = "0.2.2"
20+
version = "0.2.3"
2121

2222
[package.metadata.simics]
2323
package-number = 31337
24-
version = "6.1.6"
24+
version = "6.1.7"
2525

2626
[lib]
2727
crate-type = ["cdylib", "rlib"]
@@ -64,7 +64,7 @@ yaxpeax-riscv = { git = "https://github.com/DrChat/yaxpeax-riscv", version = "0.
6464
"serde",
6565
], rev = "5973ff8" }
6666
crc32fast = "1.4.2"
67-
simics = "0.1.2"
67+
simics = "0.2.3"
6868
indoc = "2.0.5"
6969
serde = { version = "1.0.210", features = ["derive"] }
7070
serde_json = "1.0.128"
@@ -105,16 +105,16 @@ thiserror = "1.0.63"
105105
lcov2 = "0.1.0"
106106

107107
[dev-dependencies]
108-
simics-test = "0.1.2"
108+
simics-test = "0.2.3"
109109
anyhow = "1.0.86"
110110
command-ext = "0.1.2"
111111
indoc = "2.0.5"
112-
ispm-wrapper = "0.1.1"
112+
ispm-wrapper = "0.2.3"
113113
versions = { version = "6.2.0", features = ["serde"] }
114114

115115
[build-dependencies]
116-
simics = "0.1.2"
117-
simics-build-utils = "0.1.1"
116+
simics = "0.2.3"
117+
simics-build-utils = "0.2.3"
118118

119119

120120
[profile.release]

0 commit comments

Comments
 (0)