Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

23 changes: 12 additions & 11 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"tags": {
"latest": "0.4.11"
},
"versions": [
"0.4.3",
"0.4.4",
"0.4.7",
"0.4.9",
"0.4.10",
"0.4.11"
]
"tags": {
"latest": "0.4.11"
},
"versions": [
"0.4.3",
"0.4.4",
"0.4.7",
"0.4.9",
"0.4.10",
"0.4.11",
"0.4.12"
]
}
2 changes: 1 addition & 1 deletion src/dfx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dfx"
version = "0.4.11"
version = "0.4.12"
authors = ["DFINITY Team"]
edition = "2018"
Copy link
Contributor

@ggreif ggreif Jan 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, what does this 2018 mean?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is the Rust idioms/ruleset used. E.g. the way to naming/accessing crates or exposing macros for 2015 has become deprecated, but technically you can still use it. The compiler is going to complain/give you the appropriate warnings for each style.

build = "assets/build.rs"
Expand Down