Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa1163b

Browse files
committedJun 27, 2014
Update to 0.11.0
1 parent 1fefa5b commit aa1163b

File tree

47 files changed

+88
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+88
-80
lines changed
 

‎src/libregex/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -353,14 +353,14 @@
353353
//! characters in the search text and `m` is the number of instructions in a
354354
//! compiled expression.
355355
356-
#![crate_id = "regex#0.11.0-pre"]
356+
#![crate_id = "regex#0.11.0"]
357357
#![crate_type = "rlib"]
358358
#![crate_type = "dylib"]
359359
#![experimental]
360360
#![license = "MIT/ASL2"]
361361
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
362362
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
363-
html_root_url = "http://doc.rust-lang.org/",
363+
html_root_url = "http://doc.rust-lang.org/0.11.0/",
364364
html_playground_url = "http://play.rust-lang.org/")]
365365

366366
#![feature(macro_rules, phase)]

‎src/libregex_macros/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
//! This crate provides the `regex!` macro. Its use is documented in the
1212
//! `regex` crate.
1313
14-
#![crate_id = "regex_macros#0.11.0-pre"]
14+
#![crate_id = "regex_macros#0.11.0"]
1515
#![crate_type = "dylib"]
1616
#![experimental]
1717
#![license = "MIT/ASL2"]
1818
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
1919
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
20-
html_root_url = "http://doc.rust-lang.org/")]
20+
html_root_url = "http://doc.rust-lang.org/0.11.0/")]
2121

2222
#![feature(plugin_registrar, managed_boxes, quote)]
2323

There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.