This website requires JavaScript.
Explore
Help
Register
Sign In
grassrootseconomics
/
openethereum
Watch
5
Star
0
Fork
0
You've already forked openethereum
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
02b23d3deb
openethereum
/
util
/
build.rs
8 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
Include git commit date & hash.
2016-02-21 21:14:09 +01:00
extern
crate
vergen
;
changing x64 asm config
2016-02-29 12:29:51 +01:00
Include git commit date & hash.
2016-02-21 21:14:09 +01:00
use
vergen
::
*
;
fn
main
(
)
{
vergen
(
OutputFns
::
all
(
)
)
.
unwrap
(
)
;
changing x64 asm config
2016-02-29 12:29:51 +01:00
}
Reference in New Issue
Copy Permalink