Skip to content

Commit

Permalink
fix cargo check
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Oct 11, 2023
1 parent d9d0854 commit 9b1e588
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

8 changes: 6 additions & 2 deletions devtools/doc/rpc-gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
[package]
name = "ckb-rpc-gen"
version = "0.1.0"
version = "0.112.0-pre"
edition = "2021"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
description = "CKB RPC documentation generator"
homepage = "https://github.com/nervosnetwork/ckb"
repository = "https://github.com/nervosnetwork/ckb"

[dependencies]
ckb-rpc ={ path = "../../../rpc", version = "= 0.112.0-pre" }
schemars = { git = "https://github.com/chenyukang/schemars", branch = "fix-derive" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "~1.0"
2 changes: 1 addition & 1 deletion spec/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ use ckb_constant::{
hardfork::{mainnet, testnet},
};
use ckb_dao_utils::genesis_dao_data_with_satoshi_gift;
use ckb_jsonrpc_types::RationalU256;
use ckb_pow::{Pow, PowEngine};
use ckb_rational::RationalU256;
use ckb_resource::Resource;
use ckb_traits::{BlockEpoch, EpochProvider};
use ckb_types::{
Expand Down

0 comments on commit 9b1e588

Please sign in to comment.