Skip to content

Commit

Permalink
Cherry pick #120 and bump version (#121)
Browse files Browse the repository at this point in the history
* dependency: use mapr instead of memmap

* chore: bump version

* fix: regenerate outputs from luajit
  • Loading branch information
mohanson committed Dec 3, 2020
1 parent db9fdbc commit b3a777a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ckb-vm"
description = "CKB's Virtual machine"
version = "0.19.2"
version = "0.19.3"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2018"
Expand All @@ -19,13 +19,13 @@ byteorder = "1"
bytes = "0.5.4"
goblin = "0.2.0"
scroll = "0.10"
ckb-vm-definitions = { path = "definitions", version = "0.19.2" }
ckb-vm-definitions = { path = "definitions", version = "0.19.3" }
derive_more = "0.99.2"

# Feature detection won't work here
[target.'cfg(any(windows, unix))'.dependencies]
libc = "0.2.47"
memmap = "0.7.0"
memmap = { package ="mapr", version = "0.8.0" }

[build-dependencies]
cc = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion definitions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ckb-vm-definitions"
description = "Common definition files for CKB VM"
version = "0.19.2"
version = "0.19.3"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/machine/aot/aot.x64.compiled.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
** This file has been pre-processed with DynASM.
** http://luajit.org/dynasm.html
** https://luajit.org/dynasm.html
** DynASM version 1.4.0, DynASM x64 version 1.4.0
** DO NOT EDIT! The original file is in "src/machine/aot/aot.x64.c".
*/
Expand Down
2 changes: 1 addition & 1 deletion src/machine/aot/aot.x64.win.compiled.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
** This file has been pre-processed with DynASM.
** http://luajit.org/dynasm.html
** https://luajit.org/dynasm.html
** DynASM version 1.4.0, DynASM x64 version 1.4.0
** DO NOT EDIT! The original file is in "src/machine/aot/aot.x64.c".
*/
Expand Down

0 comments on commit b3a777a

Please sign in to comment.