Skip to content

Commit

Permalink
Merge pull request Phala-Network#1000 from Phala-Network/update-fixed…
Browse files Browse the repository at this point in the history
…-macro

Update fixed-macro
  • Loading branch information
h4x3rotab authored Oct 17, 2022
2 parents 6887a5c + 9f7d04c commit 3178b6b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
15 changes: 9 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/phactory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-

fixed = "1.9.0"
fixed-sqrt = "0.2.4"
fixed-macro = { version = "1.1", default-features = false, git = "https://github.com/kvinwang/fixed-macro" }
fixed-macro = "1.2"

# for network service
surf = { version = "2.3.1", default-features = false, features = ["h1-client-rustls"] }
Expand Down
2 changes: 1 addition & 1 deletion pallets/phala/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ hex = { version = "0.4", default-features = false }
hex-literal = "0.3.4"
serde_json = { version = "1.0.41", default-features = false, features = ["alloc"] }
fixed = { version = "1.16.1", default-features = false }
fixed-macro = { version = "1.1", default-features = false, git = "https://github.com/kvinwang/fixed-macro" }
fixed-macro = "1.2"
fixed-sqrt = { version = "0.2", default-features = false }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down
15 changes: 9 additions & 6 deletions standalone/pruntime/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3178b6b

Please sign in to comment.