Skip to content

Commit

Permalink
Merge pull request #292 from Veetaha/patch-2
Browse files Browse the repository at this point in the history
Update base64 crate v0.11 -> v0.12
  • Loading branch information
alteous committed Nov 1, 2020
2 parents 0f461fb + 758c520 commit 4298aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ members = ["gltf-derive", "gltf-json"]
approx = "0.3"

[dependencies]
base64 = { optional = true, version = "0.11" }
base64 = { optional = true, version = "0.12" }
byteorder = "1.3"
gltf-json = { path = "gltf-json", version = "0.15.2" }
lazy_static = "1"
Expand Down Expand Up @@ -66,4 +66,4 @@ path = "examples/tree/main.rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit 4298aac

Please sign in to comment.