File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,10 @@ typically run by `cargo test`, so manual verification is required.
29
29
30
30
# Versioning
31
31
32
- Prior to Firefox 95, versions of this library have been updated sporadically,
33
- and uploaded to crates.io even less frequently. Going forward, there will be
34
- a new release on github and crates.io whenever the version of the code used
35
- in Firefox (see [ toolkit/library/rust/shared/Cargo.toml] ( https://searchfox.org/mozilla-central/source/toolkit/library/rust/shared/Cargo.toml#12 ) )
36
- is updated. For convenience, tags will be added to indicate what version of
37
- the mp4parse is used in what version of Firefox.
32
+ The master branch represents the last version released to crates.io plus any
33
+ development since that release. Firefox will ship specific git revisions from
34
+ the master branch (refer to the ` mp4parse_capi ` dependency listed in
35
+ [ toolkit/library/rust/shared/Cargo.toml] ( https://searchfox.org/mozilla-central/source/toolkit/library/rust/shared/Cargo.toml#15 )
36
+ for the currently shipping revision). When sufficient changes to merit a new
37
+ crates.io release have occurred, the version in Cargo.toml will be bumped and
38
+ tagged, and the new version published to crates.io.
You can’t perform that action at this time.
0 commit comments