Skip to content

Commit 0a4a831

Browse files
authored
Merge pull request #26 from ethereumjs/use-upstream
Use upstream paritytech/bn
2 parents d326ebc + af55262 commit 0a4a831

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ authors = ["holgerd77 <[email protected]>",
77
publish = false
88

99
[dependencies]
10-
bn = { git = "https://github.com/cdetrio/bn", branch = "mont-repr-fix" }
10+
bn = { git = "https://github.com/paritytech/bn", default-features = false }
1111
rustc-hex = "1.0"

lib/index.asm.js

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

0 commit comments

Comments
 (0)