Skip to content

Commit

Permalink
Merge pull request #33 from oasisprotocol/kostko/feature/prepare-11.0.0
Browse files Browse the repository at this point in the history
Prepare release 11.0.0
  • Loading branch information
kostko committed Nov 28, 2023
2 parents 1410693 + 4970bd4 commit d7db8c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
ignore = [
"RUSTSEC-2020-0071", # Old version of `time` crate is used by a lot of deps.
"RUSTSEC-2022-0093", # Remove once we can update to ed25519-dalek to v2.
"RUSTSEC-2023-0071", # Does not affect our current use of the library.
]
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "emerald-paratime"
version = "11.0.0-testnet"
version = "11.0.0"
authors = ["Oasis Protocol Foundation <info@oasisprotocol.org>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const fn state_version() -> u32 {
4
} else {
// Mainnet.
3
4
}
}

Expand Down

0 comments on commit d7db8c9

Please sign in to comment.