diff --git a/README.md b/README.md index afd2e2a0e..dd5429cfd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ ANGLE supports more platforms, this crate only configures the Direct3D 11 render ```toml [dependencies] -mozangle = { version = "0.5", features = ["egl"] } +mozangle = { version = "0.6", features = ["egl"] } ```